#6990C8

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

Shades of Danube #6990C8

Tints of Danube #6990C8

Color information

#6990C8 (or 0x6990C8) is unknown color: approx Danube. HEX triplet: 69, 90 and C8. RGB value is (105,144,200). Sum of RGB (Red+Green+Blue) = 105+144+200=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #6990C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990C8 is #966F37. Grayscale: #8A8A8A. Windows color (decimal): -9858872 or 13144169. OLE color: 13144169.

HSL color Cylindrical-coordinate representation of color #6990C8: hue angle of 215.37º 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 #6990C8 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105144200-
CMYK0.480.2800.22
HSL215.37º46.34%59.8%-
HSV(B)215.37º47.5%78.43%-
XYZ26.2227.1258.5-
YUV138.72162.58103.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 200 (78.52% from 255) = 44.54%
R=23.39%
G=32.07%
B=44.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051442000.480.2800.22215.3746.3459.8
Hex6990C8301C016d72e3c
Octal15122031060340263275674
Binary110100110010000110010001100001110001011011010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6990C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6990C8; }

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

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

<style>
 a { background-color: #6990C8; }

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

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

<style>
 span { border-color: #6990C8; }

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

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