#6992AB

Color #6992AB Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #6992AB

Tints of Bermuda Grey #6992AB

Color information

#6992AB (or 0x6992AB) is unknown color: approx 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

RGB105146171-
CMYK0.390.1500.33
HSL202.73º28.21%54.12%-
HSV(B)202.73º38.6%67.06%-
XYZ23.4626.542.41-
YUV136.59147.42105.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=24.88%
G=34.60%
B=40.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051461710.390.1500.33202.7328.2154.12
Hex6992AB27F021cb1c36
Octal15122225347170413133466
Binary11010011001001010101011100111111101000011100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6992AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>