#6092CD

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

Shades of Danube #6092CD

Tints of Danube #6092CD

Color information

#6092CD (or 0x6092CD) is unknown color: approx Danube. HEX triplet: 60, 92 and CD. RGB value is (96,146,205). Sum of RGB (Red+Green+Blue) = 96+146+205=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #6092CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6092CD is #9F6D32. Grayscale: #898989. Windows color (decimal): -10448179 or 13472352. OLE color: 13472352.

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

Color convert

RGB96146205-
CMYK0.530.2900.20
HSL212.48º52.15%59.02%-
HSV(B)212.48º53.17%80.39%-
XYZ26.1227.4561.68-
YUV137.78165.9498.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=21.48%
G=32.66%
B=45.86%

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
Decimal961462050.530.2900.20212.4852.1559.02
Hex6092CD351D014d4343b
Octal14022231565350243246473
Binary110000010010010110011011101011110101010011010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6092CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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