#6092CF

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

Shades of Danube #6092CF

Tints of Danube #6092CF

Color information

#6092CF (or 0x6092CF) is unknown color: approx Danube. HEX triplet: 60, 92 and CF. RGB value is (96,146,207). Sum of RGB (Red+Green+Blue) = 96+146+207=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6092CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6092CF is #9F6D30. Grayscale: #898989. Windows color (decimal): -10448177 or 13603424. OLE color: 13603424.

HSL color Cylindrical-coordinate representation of color #6092CF: hue angle of 212.97º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6092CF is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96146207-
CMYK0.540.2900.19
HSL212.97º53.62%59.41%-
HSV(B)212.97º53.62%81.18%-
XYZ26.3727.5562.96-
YUV138166.9498.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.38%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=21.38%
G=32.52%
B=46.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961462070.540.2900.19212.9753.6259.41
Hex6092CF361D013d5363b
Octal14022231766350233256673
Binary110000010010010110011111101101110101001111010101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6092CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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