Html Css Color HEX #608ECE Danube

📋 copy color: '#608ECE'

red 96 ◦ green 142 ◦ blue 206

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

Shades of Danube #608ECE

Tints of Danube #608ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 21.62%
G = 31.98%
B = 46.4%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#608ECE (or 0x608ECE) is known color: Danube. HEX triplet: 60, 8E and CE. RGB value is (96,142,206). Sum of RGB (Red+Green+Blue) = 96+142+206=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #608ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ECE is #9F7131. Grayscale: #878787. Windows color (decimal): -10449202 or 13536864. OLE color: 13536864.

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

Color convert

RGB 96 142 206 -
CMYK 0.53 0.31 0 0.19
HSL 214.91º 0.53% 0.59% -
HSV(B) 214.91º 0.53% 0.81% -
XYZ 25.64 26.29 62.12 -
YUV 135.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 96 142 206 0.53 0.31 0 0.19 214.91 0.53 0.59
Hex 60 8E CE 35 1F 0 13 D7 35 3B
Octal 140 216 316 65 37 0 23 327 65 73
Binary 1100000 10001110 11001110 110101 11111 0 10011 11010111 110101 111011

Color Harmonies of #608ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ECE

Black with #608ECE

Text Example


Text Example

White with #608ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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