#608ec3

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

Shades of Danube #608EC3

Tints of Danube #608EC3

Color information

#608EC3 (or 0x608EC3) is unknown color: approx Danube. HEX triplet: 60, 8E and C3. RGB value is (96,142,195). Sum of RGB (Red+Green+Blue) = 96+142+195=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #608EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EC3 is #9F713C. Grayscale: #868686. Windows color (decimal): -10449213 or 12815968. OLE color: 12815968.

HSL color Cylindrical-coordinate representation of color #608EC3: hue angle of 212.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608EC3 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96142195-
CMYK0.510.2700.24
HSL212.12º45.21%57.06%-
HSV(B)212.12º50.77%76.47%-
XYZ24.3525.7755.32-
YUV134.29162.26100.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=22.17%
G=32.79%
B=45.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961421950.510.2700.24212.1245.2157.06
Hex608EC3331B018d42d39
Octal14021630363330303245571
Binary110000010001110110000111100111101101100011010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608ec3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,142,195); }

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

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

 a { background-color: rgb(96,142,195); }

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

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

 span { border-color: rgb(96,142,195); }

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