Html Css Color HEX #608DC0 Danube

📋 copy color: '#608DC0'

red 96 ◦ green 141 ◦ blue 192

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

Shades of Danube #608DC0

Tints of Danube #608DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

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

R = 22.38%
G = 32.87%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#608DC0 (or 0x608DC0) is known color: Danube. HEX triplet: 60, 8D and C0. RGB value is (96,141,192). Sum of RGB (Red+Green+Blue) = 96+141+192=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #608DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DC0 is #9F723F. Grayscale: #858585. Windows color (decimal): -10449472 or 12619104. OLE color: 12619104.

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

Color convert

RGB 96 141 192 -
CMYK 0.50 0.27 0 0.25
HSL 211.88º 0.43% 0.56% -
HSV(B) 211.88º 0.5% 0.75% -
XYZ 23.86 25.34 53.5 -
YUV 133.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 96 141 192 0.50 0.27 0 0.25 211.88 0.43 0.56
Hex 60 8D C0 32 1B 0 19 D4 2B 38
Octal 140 215 300 62 33 0 31 324 53 70
Binary 1100000 10001101 11000000 110010 11011 0 11001 11010100 101011 111000

Color Harmonies of #608DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DC0

Black with #608DC0

Text Example


Text Example

White with #608DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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