#608ECD

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

Shades of Danube #608ECD

Tints of Danube #608ECD

Color information

#608ECD (or 0x608ECD) is unknown color: approx Danube. HEX triplet: 60, 8E and CD. RGB value is (96,142,205). Sum of RGB (Red+Green+Blue) = 96+142+205=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #608ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ECD is #9F7132. Grayscale: #878787. Windows color (decimal): -10449203 or 13471328. OLE color: 13471328.

HSL color Cylindrical-coordinate representation of color #608ECD: hue angle of 214.68º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608ECD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96142205-
CMYK0.530.3100.20
HSL214.68º52.15%59.02%-
HSV(B)214.68º53.17%80.39%-
XYZ25.5226.2461.48-
YUV135.43167.2699.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=21.67%
G=32.05%
B=46.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961422050.530.3100.20214.6852.1559.02
Hex608ECD351F014d7343b
Octal14021631565370243276473
Binary110000010001110110011011101011111101010011010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,142,205); }

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

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

 a { background-color: rgb(96,142,205); }

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

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

 span { border-color: rgb(96,142,205); }

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