#608DCC

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

Shades of Danube #608DCC

Tints of Danube #608DCC

Color information

#608DCC (or 0x608DCC) is unknown color: approx Danube. HEX triplet: 60, 8D and CC. RGB value is (96,141,204). Sum of RGB (Red+Green+Blue) = 96+141+204=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #608DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DCC is #9F7233. Grayscale: #868686. Windows color (decimal): -10449460 or 13405536. OLE color: 13405536.

HSL color Cylindrical-coordinate representation of color #608DCC: hue angle of 215º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608DCC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96141204-
CMYK0.530.3100.2
HSL215º51.43%58.82%-
HSV(B)215º52.94%80%-
XYZ25.2525.960.79-
YUV134.73167.09100.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=21.77%
G=31.97%
B=46.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961412040.530.3100.221551.4358.82
Hex608DCC351F014d7333b
Octal14021531465370243276373
Binary110000010001101110011001101011111101010011010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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