#608CC0

Color #608CC0 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #608CC0

Tints of Danube #608CC0

Color information

#608CC0 (or 0x608CC0) is unknown color: approx Danube. HEX triplet: 60, 8C and C0. RGB value is (96,140,192). Sum of RGB (Red+Green+Blue) = 96+140+192=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #608CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CC0 is #9F733F. Grayscale: #848484. Windows color (decimal): -10449728 or 12618848. OLE color: 12618848.

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

Color convert

RGB96140192-
CMYK0.500.2700.25
HSL212.5º43.24%56.47%-
HSV(B)212.5º50%75.29%-
XYZ23.7225.0553.45-
YUV132.77161.42101.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.43%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=22.43%
G=32.71%
B=44.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961401920.500.2700.25212.543.2456.47
Hex608CC0321B019d42b38
Octal14021430062330313245370
Binary110000010001100110000001100101101101100111010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #608CC0;
 }
 .AnyTagClassName
 {
   color: #608CC0;
 }
</style>
background-color css

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

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

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

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

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

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