Html Css Color HEX #608DB6 Danube

📋 copy color: '#608DB6'

red 96 ◦ green 141 ◦ blue 182

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

Shades of Danube #608DB6

Tints of Danube #608DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 182 (71.48% from 255) = 43.44%

R = 22.91%
G = 33.65%
B = 43.44%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#608DB6 (or 0x608DB6) is known color: Danube. HEX triplet: 60, 8D and B6. RGB value is (96,141,182). Sum of RGB (Red+Green+Blue) = 96+141+182=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #608DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DB6 is #9F7249. Grayscale: #848484. Windows color (decimal): -10449482 or 11963744. OLE color: 11963744.

HSL color Cylindrical-coordinate representation of color #608DB6: hue angle of 208.6º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608DB6 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 141 182 -
CMYK 0.47 0.23 0 0.29
HSL 208.6º 0.37% 0.55% -
HSV(B) 208.6º 0.47% 0.71% -
XYZ 22.79 24.91 47.86 -
YUV 132.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 96 141 182 0.47 0.23 0 0.29 208.6 0.37 0.55
Hex 60 8D B6 2F 17 0 1D D1 25 37
Octal 140 215 266 57 27 0 35 321 45 67
Binary 1100000 10001101 10110110 101111 10111 0 11101 11010001 100101 110111

Color Harmonies of #608DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DB6

Black with #608DB6

Text Example


Text Example

White with #608DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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