#6090CD

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

Shades of Danube #6090CD

Tints of Danube #6090CD

Color information

#6090CD (or 0x6090CD) is unknown color: approx Danube. HEX triplet: 60, 90 and CD. RGB value is (96,144,205). Sum of RGB (Red+Green+Blue) = 96+144+205=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #6090CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090CD is #9F6F32. Grayscale: #888888. Windows color (decimal): -10448691 or 13471840. OLE color: 13471840.

HSL color Cylindrical-coordinate representation of color #6090CD: hue angle of 213.58º 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 #6090CD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96144205-
CMYK0.530.3000.20
HSL213.58º52.15%59.02%-
HSV(B)213.58º53.17%80.39%-
XYZ25.8226.8461.58-
YUV136.6166.699.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=21.57%
G=32.36%
B=46.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961442050.530.3000.20213.5852.1559.02
Hex6090CD351E014d6343b
Octal14022031565360243266473
Binary110000010010000110011011101011111001010011010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6090CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6090CD; }

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

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

<style>
 a { background-color: #6090CD; }

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

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

<style>
 span { border-color: #6090CD; }

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

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