Html Css Color HEX #6992AB Bermuda Grey

📋 copy color: '#6992AB'

red 105 ◦ green 146 ◦ blue 171

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

Shades of Bermuda Grey #6992AB

Tints of Bermuda Grey #6992AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 24.88%
G = 34.6%
B = 40.52%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6992AB (or 0x6992AB) is known color: Bermuda Grey. HEX triplet: 69, 92 and AB. RGB value is (105,146,171). Sum of RGB (Red+Green+Blue) = 105+146+171=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6992AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992AB is #966D54. Grayscale: #888888. Windows color (decimal): -9858389 or 11244137. OLE color: 11244137.

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

Color convert

RGB 105 146 171 -
CMYK 0.39 0.15 0 0.33
HSL 202.73º 0.28% 0.54% -
HSV(B) 202.73º 0.39% 0.67% -
XYZ 23.46 26.5 42.41 -
YUV 136.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 105 146 171 0.39 0.15 0 0.33 202.73 0.28 0.54
Hex 69 92 AB 27 F 0 21 CB 1C 36
Octal 151 222 253 47 17 0 41 313 34 66
Binary 1101001 10010010 10101011 100111 1111 0 100001 11001011 11100 110110

Color Harmonies of #6992AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992AB

Black with #6992AB

Text Example


Text Example

White with #6992AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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