Html Css Color HEX #6992AA Bermuda Grey

📋 copy color: '#6992AA'

red 105 ◦ green 146 ◦ blue 170

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

Shades of Bermuda Grey #6992AA

Tints of Bermuda Grey #6992AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

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

R = 24.94%
G = 34.68%
B = 40.38%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6992AA (or 0x6992AA) is known color: Bermuda Grey. HEX triplet: 69, 92 and AA. RGB value is (105,146,170). Sum of RGB (Red+Green+Blue) = 105+146+170=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #6992AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992AA is #966D55. Grayscale: #888888. Windows color (decimal): -9858390 or 11178601. OLE color: 11178601.

HSL color Cylindrical-coordinate representation of color #6992AA: hue angle of 202.15º 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 #6992AA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 146 170 -
CMYK 0.38 0.14 0 0.33
HSL 202.15º 0.28% 0.54% -
HSV(B) 202.15º 0.38% 0.67% -
XYZ 23.36 26.46 41.91 -
YUV 136.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 105 146 170 0.38 0.14 0 0.33 202.15 0.28 0.54
Hex 69 92 AA 26 E 0 21 CA 1C 36
Octal 151 222 252 46 16 0 41 312 34 66
Binary 1101001 10010010 10101010 100110 1110 0 100001 11001010 11100 110110

Color Harmonies of #6992AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992AA

Black with #6992AA

Text Example


Text Example

White with #6992AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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