#658AD3

Color #658AD3 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #658AD3

Tints of Danube #658AD3

Color information

#658AD3 (or 0x658AD3) is unknown color: approx Danube. HEX triplet: 65, 8A and D3. RGB value is (101,138,211). Sum of RGB (Red+Green+Blue) = 101+138+211=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #658AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658AD3 is #9A752C. Grayscale: #868686. Windows color (decimal): -10122541 or 13863525. OLE color: 13863525.

HSL color Cylindrical-coordinate representation of color #658AD3: hue angle of 219.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #658AD3 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB101138211-
CMYK0.520.3500.17
HSL219.82º55.56%61.18%-
HSV(B)219.82º52.13%82.75%-
XYZ26.2125.6565.2-
YUV135.26170.74103.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 22.44%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=22.44%
G=30.67%
B=46.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011382110.520.3500.17219.8255.5661.18
Hex658AD33423011dc383d
Octal14521232364430213347075
Binary1100101100010101101001111010010001101000111011100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658AD3; }

 p { color: rgb(101,138,211); }

 H1.HeaderClassName
 {
   color: #658AD3;
 }
 .AnyTagClassName
 {
   color: #658AD3;
 }
</style>
background-color css

<style>
 a { background-color: #658AD3; }

 a { background-color: rgb(101,138,211); }

 div.DivClassName
 {
   background-color: #658AD3;
 }
 .BgClassName
 {
   background-color: #658AD3;
 }
</style>
border-color css

<style>
 span { border-color: #658AD3; }

 span { border-color: rgb(101,138,211); }

 td.TdClassName
 {
   border-color: #658AD3;
 }
 .TagClassName
 {
   border-color: #658AD3;
 }
</style>