#6292CD

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

Shades of Danube #6292CD

Tints of Danube #6292CD

Color information

#6292CD (or 0x6292CD) is unknown color: approx Danube. HEX triplet: 62, 92 and CD. RGB value is (98,146,205). Sum of RGB (Red+Green+Blue) = 98+146+205=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #6292CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292CD is #9D6D32. Grayscale: #8A8A8A. Windows color (decimal): -10317107 or 13472354. OLE color: 13472354.

HSL color Cylindrical-coordinate representation of color #6292CD: hue angle of 213.08º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6292CD is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98146205-
CMYK0.520.2900.20
HSL213.08º51.69%59.41%-
HSV(B)213.08º52.2%80.39%-
XYZ26.3427.5661.69-
YUV138.37165.699.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.83%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=21.83%
G=32.52%
B=45.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981462050.520.2900.20213.0851.6959.41
Hex6292CD341D014d5343b
Octal14222231564350243256473
Binary110001010010010110011011101001110101010011010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6292CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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