Html Css Color HEX #608AC0 Danube

📋 copy color: '#608AC0'

red 96 ◦ green 138 ◦ blue 192

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

Shades of Danube #608AC0

Tints of Danube #608AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 22.54%
G = 32.39%
B = 45.07%

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

#608AC0 (or 0x608AC0) is known color: Danube. HEX triplet: 60, 8A and C0. RGB value is (96,138,192). Sum of RGB (Red+Green+Blue) = 96+138+192=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #608AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608AC0 is #9F753F. Grayscale: #838383. Windows color (decimal): -10450240 or 12618336. OLE color: 12618336.

HSL color Cylindrical-coordinate representation of color #608AC0: hue angle of 213.75º 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 #608AC0 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 138 192 -
CMYK 0.50 0.28 0 0.25
HSL 213.75º 0.43% 0.56% -
HSV(B) 213.75º 0.5% 0.75% -
XYZ 23.43 24.47 53.36 -
YUV 131.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 96 138 192 0.50 0.28 0 0.25 213.75 0.43 0.56
Hex 60 8A C0 32 1C 0 19 D6 2B 38
Octal 140 212 300 62 34 0 31 326 53 70
Binary 1100000 10001010 11000000 110010 11100 0 11001 11010110 101011 111000

Color Harmonies of #608AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AC0

Black with #608AC0

Text Example


Text Example

White with #608AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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