Html Css Color HEX #608ABF Danube

📋 copy color: '#608ABF'

red 96 ◦ green 138 ◦ blue 191

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

Shades of Danube #608ABF

Tints of Danube #608ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 22.59%
G = 32.47%
B = 44.94%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#608ABF (or 0x608ABF) is known color: Danube. HEX triplet: 60, 8A and BF. RGB value is (96,138,191). Sum of RGB (Red+Green+Blue) = 96+138+191=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #608ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ABF is #9F7540. Grayscale: #838383. Windows color (decimal): -10450241 or 12552800. OLE color: 12552800.

HSL color Cylindrical-coordinate representation of color #608ABF: hue angle of 213.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608ABF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 138 191 -
CMYK 0.50 0.28 0 0.25
HSL 213.47º 0.43% 0.56% -
HSV(B) 213.47º 0.5% 0.75% -
XYZ 23.32 24.43 52.78 -
YUV 131.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 96 138 191 0.50 0.28 0 0.25 213.47 0.43 0.56
Hex 60 8A BF 32 1C 0 19 D5 2B 38
Octal 140 212 277 62 34 0 31 325 53 70
Binary 1100000 10001010 10111111 110010 11100 0 11001 11010101 101011 111000

Color Harmonies of #608ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ABF

Black with #608ABF

Text Example


Text Example

White with #608ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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