Html Css Color HEX #608ABD Danube

📋 copy color: '#608ABD'

red 96 ◦ green 138 ◦ blue 189

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

Shades of Danube #608ABD

Tints of Danube #608ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 22.7%
G = 32.62%
B = 44.68%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#608ABD (or 0x608ABD) is known color: Danube. HEX triplet: 60, 8A and BD. RGB value is (96,138,189). Sum of RGB (Red+Green+Blue) = 96+138+189=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #608ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ABD is #9F7542. Grayscale: #838383. Windows color (decimal): -10450243 or 12421728. OLE color: 12421728.

HSL color Cylindrical-coordinate representation of color #608ABD: hue angle of 212.9º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608ABD is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 138 189 -
CMYK 0.49 0.27 0 0.26
HSL 212.9º 0.41% 0.56% -
HSV(B) 212.9º 0.49% 0.74% -
XYZ 23.1 24.34 51.62 -
YUV 131.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 96 138 189 0.49 0.27 0 0.26 212.9 0.41 0.56
Hex 60 8A BD 31 1B 0 1A D5 29 38
Octal 140 212 275 61 33 0 32 325 51 70
Binary 1100000 10001010 10111101 110001 11011 0 11010 11010101 101001 111000

Color Harmonies of #608ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ABD

Black with #608ABD

Text Example


Text Example

White with #608ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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