#6092C0

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

Shades of Danube #6092C0

Tints of Danube #6092C0

Color information

#6092C0 (or 0x6092C0) is unknown color: approx Danube. HEX triplet: 60, 92 and C0. RGB value is (96,146,192). Sum of RGB (Red+Green+Blue) = 96+146+192=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #6092C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6092C0 is #9F6D3F. Grayscale: #888888. Windows color (decimal): -10448192 or 12620384. OLE color: 12620384.

HSL color Cylindrical-coordinate representation of color #6092C0: hue angle of 208.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6092C0 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96146192-
CMYK0.500.2400.25
HSL208.75º43.24%56.47%-
HSV(B)208.75º50%75.29%-
XYZ24.6226.8553.75-
YUV136.29159.4499.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.12%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=22.12%
G=33.64%
B=44.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961461920.500.2400.25208.7543.2456.47
Hex6092C03218019d12b38
Octal14022230062300313215370
Binary110000010010010110000001100101100001100111010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6092C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6092C0; }

 p { color: rgb(96,146,192); }

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

<style>
 a { background-color: #6092C0; }

 a { background-color: rgb(96,146,192); }

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

<style>
 span { border-color: #6092C0; }

 span { border-color: rgb(96,146,192); }

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