#6993c8

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

Shades of Danube #6993C8

Tints of Danube #6993C8

Color information

#6993C8 (or 0x6993C8) is unknown color: approx Danube. HEX triplet: 69, 93 and C8. RGB value is (105,147,200). Sum of RGB (Red+Green+Blue) = 105+147+200=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #6993C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993C8 is #966C37. Grayscale: #8C8C8C. Windows color (decimal): -9858104 or 13144937. OLE color: 13144937.

HSL color Cylindrical-coordinate representation of color #6993C8: hue angle of 213.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6993C8 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105147200-
CMYK0.480.2600.22
HSL213.47º46.34%59.8%-
HSV(B)213.47º47.5%78.43%-
XYZ26.6828.0458.65-
YUV140.48161.59102.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=23.23%
G=32.52%
B=44.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051472000.480.2600.22213.4746.3459.8
Hex6993C8301A016d52e3c
Octal15122331060320263255674
Binary110100110010011110010001100001101001011011010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6993c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6993c8; }

 p { color: rgb(105,147,200); }

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

<style>
 a { background-color: #6993c8; }

 a { background-color: rgb(105,147,200); }

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

<style>
 span { border-color: #6993c8; }

 span { border-color: rgb(105,147,200); }

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