Html Css Color HEX #608ECC Danube

📋 copy color: '#608ECC'

red 96 ◦ green 142 ◦ blue 204

#608ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #608ECC

Tints of Danube #608ECC

RGB

 RED value IS 96 (37.89% from 255) = 21.72%

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 21.72%
G = 32.13%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#608ECC (or 0x608ECC) is known color: Danube. HEX triplet: 60, 8E and CC. RGB value is (96,142,204). Sum of RGB (Red+Green+Blue) = 96+142+204=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #608ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ECC is #9F7133. Grayscale: #878787. Windows color (decimal): -10449204 or 13405792. OLE color: 13405792.

HSL color Cylindrical-coordinate representation of color #608ECC: hue angle of 214.44º degrees, saturation: 0.51, 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 #608ECC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 142 204 -
CMYK 0.53 0.30 0 0.2
HSL 214.44º 0.51% 0.59% -
HSV(B) 214.44º 0.53% 0.8% -
XYZ 25.4 26.19 60.84 -
YUV 135.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 96 142 204 0.53 0.30 0 0.2 214.44 0.51 0.59
Hex 60 8E CC 35 1E 0 14 D6 33 3B
Octal 140 216 314 65 36 0 24 326 63 73
Binary 1100000 10001110 11001100 110101 11110 0 10100 11010110 110011 111011

Color Harmonies of #608ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ECC

Black with #608ECC

Text Example


Text Example

White with #608ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #608ECC;
 }
 .AnyTagClassName
 {
   color: #608ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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