Html Css Color HEX #6990BB Danube

📋 copy color: '#6990BB'

red 105 ◦ green 144 ◦ blue 187

#6990BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6990BB

Tints of Danube #6990BB

RGB

 RED value IS 105 (41.41% from 255) = 24.08%

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 24.08%
G = 33.03%
B = 42.89%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6990BB (or 0x6990BB) is known color: Danube. HEX triplet: 69, 90 and BB. RGB value is (105,144,187). Sum of RGB (Red+Green+Blue) = 105+144+187=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #6990BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990BB is #966F44. Grayscale: #898989. Windows color (decimal): -9858885 or 12292201. OLE color: 12292201.

HSL color Cylindrical-coordinate representation of color #6990BB: hue angle of 211.46º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6990BB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 144 187 -
CMYK 0.44 0.23 0 0.27
HSL 211.46º 0.38% 0.57% -
HSV(B) 211.46º 0.44% 0.73% -
XYZ 24.77 26.54 50.83 -
YUV 137.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 105 144 187 0.44 0.23 0 0.27 211.46 0.38 0.57
Hex 69 90 BB 2C 17 0 1B D3 26 39
Octal 151 220 273 54 27 0 33 323 46 71
Binary 1101001 10010000 10111011 101100 10111 0 11011 11010011 100110 111001

Color Harmonies of #6990BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6990BB

Black with #6990BB

Text Example


Text Example

White with #6990BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6990BB;
 }
 .AnyTagClassName
 {
   color: #6990BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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