#6F90D0

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

Shades of Danube #6F90D0

Tints of Danube #6F90D0

Color information

#6F90D0 (or 0x6F90D0) is unknown color: approx Danube. HEX triplet: 6F, 90 and D0. RGB value is (111,144,208). Sum of RGB (Red+Green+Blue) = 111+144+208=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F90D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90D0 is #906F2F. Grayscale: #8D8D8D. Windows color (decimal): -9465648 or 13668463. OLE color: 13668463.

HSL color Cylindrical-coordinate representation of color #6F90D0: hue angle of 219.59º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F90D0 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111144208-
CMYK0.470.3100.18
HSL219.59º50.79%62.55%-
HSV(B)219.59º46.63%81.57%-
XYZ27.9127.8863.58-
YUV141.43165.57106.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.97%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=23.97%
G=31.10%
B=44.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111442080.470.3100.18219.5950.7962.55
Hex6F90D02F1F012dc333f
Octal15722032057370223346377
Binary110111110010000110100001011111111101001011011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F90D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F90D0; }

 p { color: rgb(111,144,208); }

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

<style>
 a { background-color: #6F90D0; }

 a { background-color: rgb(111,144,208); }

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

<style>
 span { border-color: #6F90D0; }

 span { border-color: rgb(111,144,208); }

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