#6990BD

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

Shades of Danube #6990BD

Tints of Danube #6990BD

Color information

#6990BD (or 0x6990BD) is unknown color: approx Danube. HEX triplet: 69, 90 and BD. RGB value is (105,144,189). Sum of RGB (Red+Green+Blue) = 105+144+189=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #6990BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990BD is #966F42. Grayscale: #898989. Windows color (decimal): -9858883 or 12423273. OLE color: 12423273.

HSL color Cylindrical-coordinate representation of color #6990BD: hue angle of 212.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6990BD is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105144189-
CMYK0.440.2400.26
HSL212.14º38.89%57.65%-
HSV(B)212.14º44.44%74.12%-
XYZ24.9826.6251.97-
YUV137.47157.08104.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.97%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=23.97%
G=32.88%
B=43.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051441890.440.2400.26212.1438.8957.65
Hex6990BD2C1801Ad4273a
Octal15122027554300323244772
Binary110100110010000101111011011001100001101011010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6990BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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