#6991D3

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

Shades of Danube #6991D3

Tints of Danube #6991D3

Color information

#6991D3 (or 0x6991D3) is unknown color: approx Danube. HEX triplet: 69, 91 and D3. RGB value is (105,145,211). Sum of RGB (Red+Green+Blue) = 105+145+211=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #6991D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991D3 is #966E2C. Grayscale: #8C8C8C. Windows color (decimal): -9858605 or 13865321. OLE color: 13865321.

HSL color Cylindrical-coordinate representation of color #6991D3: hue angle of 217.36º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6991D3 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105145211-
CMYK0.500.3100.17
HSL217.36º54.64%61.96%-
HSV(B)217.36º50.24%82.75%-
XYZ27.7127.9665.56-
YUV140.56167.75102.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 211 (82.81% from 255) = 45.77%
R=22.78%
G=31.45%
B=45.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051452110.500.3100.17217.3654.6461.96
Hex6991D3321F011d9373e
Octal15122132362370213316776
Binary110100110010001110100111100101111101000111011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6991D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6991D3; }

 p { color: rgb(105,145,211); }

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

<style>
 a { background-color: #6991D3; }

 a { background-color: rgb(105,145,211); }

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

<style>
 span { border-color: #6991D3; }

 span { border-color: rgb(105,145,211); }

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