#608CCD

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

Shades of Danube #608CCD

Tints of Danube #608CCD

Color information

#608CCD (or 0x608CCD) is unknown color: approx Danube. HEX triplet: 60, 8C and CD. RGB value is (96,140,205). Sum of RGB (Red+Green+Blue) = 96+140+205=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #608CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CCD is #9F7332. Grayscale: #858585. Windows color (decimal): -10449715 or 13470816. OLE color: 13470816.

HSL color Cylindrical-coordinate representation of color #608CCD: hue angle of 215.78º degrees, saturation: 0.52, 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 #608CCD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96140205-
CMYK0.530.3200.20
HSL215.78º52.15%59.02%-
HSV(B)215.78º53.17%80.39%-
XYZ25.2225.6561.38-
YUV134.25167.92100.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=21.77%
G=31.75%
B=46.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961402050.530.3200.20215.7852.1559.02
Hex608CCD3520014d8343b
Octal14021431565400243306473
Binary1100000100011001100110111010110000001010011011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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