Html Css Color HEX #608CB9 Danube

📋 copy color: '#608CB9'

red 96 ◦ green 140 ◦ blue 185

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

Shades of Danube #608CB9

Tints of Danube #608CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 185 (72.66% from 255) = 43.94%

R = 22.8%
G = 33.25%
B = 43.94%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608CB9 (or 0x608CB9) is known color: Danube. HEX triplet: 60, 8C and B9. RGB value is (96,140,185). Sum of RGB (Red+Green+Blue) = 96+140+185=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #608CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CB9 is #9F7346. Grayscale: #838383. Windows color (decimal): -10449735 or 12160096. OLE color: 12160096.

HSL color Cylindrical-coordinate representation of color #608CB9: hue angle of 210.34º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608CB9 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 140 185 -
CMYK 0.48 0.24 0 0.27
HSL 210.34º 0.39% 0.55% -
HSV(B) 210.34º 0.48% 0.73% -
XYZ 22.96 24.75 49.47 -
YUV 131.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 96 140 185 0.48 0.24 0 0.27 210.34 0.39 0.55
Hex 60 8C B9 30 18 0 1B D2 27 37
Octal 140 214 271 60 30 0 33 322 47 67
Binary 1100000 10001100 10111001 110000 11000 0 11011 11010010 100111 110111

Color Harmonies of #608CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CB9

Black with #608CB9

Text Example


Text Example

White with #608CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,140,185); }

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

background-color css

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

 a { background-color: rgb(96,140,185); }

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

border-color css

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

 span { border-color: rgb(96,140,185); }

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