#6091CF

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

Shades of Danube #6091CF

Tints of Danube #6091CF

Color information

#6091CF (or 0x6091CF) is unknown color: approx Danube. HEX triplet: 60, 91 and CF. RGB value is (96,145,207). Sum of RGB (Red+Green+Blue) = 96+145+207=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #6091CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091CF is #9F6E30. Grayscale: #898989. Windows color (decimal): -10448433 or 13603168. OLE color: 13603168.

HSL color Cylindrical-coordinate representation of color #6091CF: hue angle of 213.51º 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 #6091CF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96145207-
CMYK0.540.3000.19
HSL213.51º53.62%59.41%-
HSV(B)213.51º53.62%81.18%-
XYZ26.2127.2462.91-
YUV137.42167.2798.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.43%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=21.43%
G=32.37%
B=46.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961452070.540.3000.19213.5153.6259.41
Hex6091CF361E013d6363b
Octal14022131766360233266673
Binary110000010010001110011111101101111001001111010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6091CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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