#6994CD

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

Shades of Danube #6994CD

Tints of Danube #6994CD

Color information

#6994CD (or 0x6994CD) is unknown color: approx Danube. HEX triplet: 69, 94 and CD. RGB value is (105,148,205). Sum of RGB (Red+Green+Blue) = 105+148+205=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6994CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994CD is #966B32. Grayscale: #8D8D8D. Windows color (decimal): -9857843 or 13472873. OLE color: 13472873.

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

Color convert

RGB105148205-
CMYK0.490.2800.20
HSL214.2º50%60.78%-
HSV(B)214.2º48.78%80.39%-
XYZ27.4428.5961.83-
YUV141.64163.75101.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.93%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=22.93%
G=32.31%
B=44.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051482050.490.2800.20214.25060.78
Hex6994CD311C014d6323d
Octal15122431561340243266275
Binary110100110010100110011011100011110001010011010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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