Html Css Color HEX #608ED6 Danube

📋 copy color: '#608ED6'

red 96 ◦ green 142 ◦ blue 214

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

Shades of Danube #608ED6

Tints of Danube #608ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 21.24%
G = 31.42%
B = 47.35%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#608ED6 (or 0x608ED6) is known color: Danube. HEX triplet: 60, 8E and D6. RGB value is (96,142,214). Sum of RGB (Red+Green+Blue) = 96+142+214=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #608ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ED6 is #9F7129. Grayscale: #888888. Windows color (decimal): -10449194 or 14061152. OLE color: 14061152.

HSL color Cylindrical-coordinate representation of color #608ED6: hue angle of 216.61º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608ED6 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 142 214 -
CMYK 0.55 0.34 0 0.16
HSL 216.61º 0.59% 0.61% -
HSV(B) 216.61º 0.55% 0.84% -
XYZ 26.63 26.69 67.37 -
YUV 136.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 96 142 214 0.55 0.34 0 0.16 216.61 0.59 0.61
Hex 60 8E D6 37 22 0 10 D9 3B 3D
Octal 140 216 326 67 42 0 20 331 73 75
Binary 1100000 10001110 11010110 110111 100010 0 10000 11011001 111011 111101

Color Harmonies of #608ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ED6

Black with #608ED6

Text Example


Text Example

White with #608ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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