#6994CE

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

Shades of Danube #6994CE

Tints of Danube #6994CE

Color information

#6994CE (or 0x6994CE) is unknown color: approx Danube. HEX triplet: 69, 94 and CE. RGB value is (105,148,206). Sum of RGB (Red+Green+Blue) = 105+148+206=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6994CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994CE is #966B31. Grayscale: #8D8D8D. Windows color (decimal): -9857842 or 13538409. OLE color: 13538409.

HSL color Cylindrical-coordinate representation of color #6994CE: hue angle of 214.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6994CE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105148206-
CMYK0.490.2800.19
HSL214.46º50.75%60.98%-
HSV(B)214.46º49.03%80.78%-
XYZ27.5628.6462.47-
YUV141.76164.25101.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=22.88%
G=32.24%
B=44.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051482060.490.2800.19214.4650.7560.98
Hex6994CE311C013d6333d
Octal15122431661340233266375
Binary110100110010100110011101100011110001001111010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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