#6090CB

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

Shades of Danube #6090CB

Tints of Danube #6090CB

Color information

#6090CB (or 0x6090CB) is unknown color: approx Danube. HEX triplet: 60, 90 and CB. RGB value is (96,144,203). Sum of RGB (Red+Green+Blue) = 96+144+203=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #6090CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090CB is #9F6F34. Grayscale: #888888. Windows color (decimal): -10448693 or 13340768. OLE color: 13340768.

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

Color convert

RGB96144203-
CMYK0.530.2900.20
HSL213.08º50.71%58.63%-
HSV(B)213.08º52.71%79.61%-
XYZ25.5826.7560.31-
YUV136.37165.699.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=21.67%
G=32.51%
B=45.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961442030.530.2900.20213.0850.7158.63
Hex6090CB351D014d5333b
Octal14022031365350243256373
Binary110000010010000110010111101011110101010011010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6090CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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