Html Css Color HEX #608AB5 Danube

📋 copy color: '#608AB5'

red 96 ◦ green 138 ◦ blue 181

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

Shades of Danube #608AB5

Tints of Danube #608AB5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 23.13%
G = 33.25%
B = 43.61%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#608AB5 (or 0x608AB5) is known color: Danube. HEX triplet: 60, 8A and B5. RGB value is (96,138,181). Sum of RGB (Red+Green+Blue) = 96+138+181=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #608AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608AB5 is #9F754A. Grayscale: #828282. Windows color (decimal): -10450251 or 11897440. OLE color: 11897440.

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

Color convert

RGB 96 138 181 -
CMYK 0.47 0.24 0 0.29
HSL 210.35º 0.36% 0.54% -
HSV(B) 210.35º 0.47% 0.71% -
XYZ 22.25 24 47.18 -
YUV 130.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 96 138 181 0.47 0.24 0 0.29 210.35 0.36 0.54
Hex 60 8A B5 2F 18 0 1D D2 24 36
Octal 140 212 265 57 30 0 35 322 44 66
Binary 1100000 10001010 10110101 101111 11000 0 11101 11010010 100100 110110

Color Harmonies of #608AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AB5

Black with #608AB5

Text Example


Text Example

White with #608AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,138,181); }

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

background-color css

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

 a { background-color: rgb(96,138,181); }

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

border-color css

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

 span { border-color: rgb(96,138,181); }

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