Html Css Color HEX #608AB4 Danube

📋 copy color: '#608AB4'

red 96 ◦ green 138 ◦ blue 180

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

Shades of Danube #608AB4

Tints of Danube #608AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 23.19%
G = 33.33%
B = 43.48%

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

#608AB4 (or 0x608AB4) is known color: Danube. HEX triplet: 60, 8A and B4. RGB value is (96,138,180). Sum of RGB (Red+Green+Blue) = 96+138+180=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #608AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608AB4 is #9F754B. Grayscale: #828282. Windows color (decimal): -10450252 or 11831904. OLE color: 11831904.

HSL color Cylindrical-coordinate representation of color #608AB4: hue angle of 210º 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 #608AB4 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 138 180 -
CMYK 0.47 0.23 0 0.29
HSL 210º 0.36% 0.54% -
HSV(B) 210º 0.47% 0.71% -
XYZ 22.15 23.96 46.64 -
YUV 130.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 96 138 180 0.47 0.23 0 0.29 210 0.36 0.54
Hex 60 8A B4 2F 17 0 1D D2 24 36
Octal 140 212 264 57 27 0 35 322 44 66
Binary 1100000 10001010 10110100 101111 10111 0 11101 11010010 100100 110110

Color Harmonies of #608AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AB4

Black with #608AB4

Text Example


Text Example

White with #608AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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