#6994BF

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

Shades of Danube #6994BF

Tints of Danube #6994BF

Color information

#6994BF (or 0x6994BF) is unknown color: approx Danube. HEX triplet: 69, 94 and BF. RGB value is (105,148,191). Sum of RGB (Red+Green+Blue) = 105+148+191=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #6994BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994BF is #966B40. Grayscale: #8B8B8B. Windows color (decimal): -9857857 or 12555369. OLE color: 12555369.

HSL color Cylindrical-coordinate representation of color #6994BF: hue angle of 210º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6994BF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105148191-
CMYK0.450.2300.25
HSL210º40.19%58.04%-
HSV(B)210º45.03%74.9%-
XYZ25.8227.9453.32-
YUV140.04156.75103-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 43.02%
R=23.65%
G=33.33%
B=43.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051481910.450.2300.2521040.1958.04
Hex6994BF2D17019d2283a
Octal15122427755270313225072
Binary110100110010100101111111011011011101100111010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6994BF; }

 p { color: rgb(105,148,191); }

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

<style>
 a { background-color: #6994BF; }

 a { background-color: rgb(105,148,191); }

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

<style>
 span { border-color: #6994BF; }

 span { border-color: rgb(105,148,191); }

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