#608DD3

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

Shades of Danube #608DD3

Tints of Danube #608DD3

Color information

#608DD3 (or 0x608DD3) is unknown color: approx Danube. HEX triplet: 60, 8D and D3. RGB value is (96,141,211). Sum of RGB (Red+Green+Blue) = 96+141+211=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #608DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DD3 is #9F722C. Grayscale: #878787. Windows color (decimal): -10449453 or 13864288. OLE color: 13864288.

HSL color Cylindrical-coordinate representation of color #608DD3: hue angle of 216.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608DD3 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96141211-
CMYK0.550.3300.17
HSL216.52º56.65%60.2%-
HSV(B)216.52º54.5%82.75%-
XYZ26.1126.2465.32-
YUV135.52170.5999.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.43%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 211 (82.81% from 255) = 47.10%
R=21.43%
G=31.47%
B=47.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961412110.550.3300.17216.5256.6560.2
Hex608DD33721011d9393c
Octal14021532367410213317174
Binary1100000100011011101001111011110000101000111011001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608DD3; }

 p { color: rgb(96,141,211); }

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

<style>
 a { background-color: #608DD3; }

 a { background-color: rgb(96,141,211); }

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

<style>
 span { border-color: #608DD3; }

 span { border-color: rgb(96,141,211); }

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