Html Css Color HEX #6991AA Bermuda Grey

📋 copy color: '#6991AA'

red 105 ◦ green 145 ◦ blue 170

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

Shades of Bermuda Grey #6991AA

Tints of Bermuda Grey #6991AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 25%
G = 34.52%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6991AA (or 0x6991AA) is known color: Bermuda Grey. HEX triplet: 69, 91 and AA. RGB value is (105,145,170). Sum of RGB (Red+Green+Blue) = 105+145+170=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #6991AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6991AA is #966E55. Grayscale: #878787. Windows color (decimal): -9858646 or 11178345. OLE color: 11178345.

HSL color Cylindrical-coordinate representation of color #6991AA: hue angle of 203.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6991AA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 145 170 -
CMYK 0.38 0.15 0 0.33
HSL 203.08º 0.28% 0.54% -
HSV(B) 203.08º 0.38% 0.67% -
XYZ 23.21 26.16 41.86 -
YUV 135.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 105 145 170 0.38 0.15 0 0.33 203.08 0.28 0.54
Hex 69 91 AA 26 F 0 21 CB 1C 36
Octal 151 221 252 46 17 0 41 313 34 66
Binary 1101001 10010001 10101010 100110 1111 0 100001 11001011 11100 110110

Color Harmonies of #6991AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6991AA

Black with #6991AA

Text Example


Text Example

White with #6991AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6991AA; }

 p { color: rgb(105,145,170); }

 H1.HeaderClassName
 {
   color: #6991AA;
 }
 .AnyTagClassName
 {
   color: #6991AA;
 }
</style>

background-color css

<style>
 a { background-color: #6991AA; }

 a { background-color: rgb(105,145,170); }

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

border-color css

<style>
 span { border-color: #6991AA; }

 span { border-color: rgb(105,145,170); }

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