#6995A9

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

Shades of Bermuda Grey #6995A9

Tints of Bermuda Grey #6995A9

Color information

#6995A9 (or 0x6995A9) is unknown color: approx Bermuda Grey. HEX triplet: 69, 95 and A9. RGB value is (105,149,169). Sum of RGB (Red+Green+Blue) = 105+149+169=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #6995A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6995A9 is #966A56. Grayscale: #8A8A8A. Windows color (decimal): -9857623 or 11113833. OLE color: 11113833.

HSL color Cylindrical-coordinate representation of color #6995A9: hue angle of 198.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6995A9 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB105149169-
CMYK0.380.1200.34
HSL198.75º27.12%53.73%-
HSV(B)198.75º37.87%66.27%-
XYZ23.7327.3641.57-
YUV138.12145.42104.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=24.82%
G=35.22%
B=39.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051491690.380.1200.34198.7527.1253.73
Hex6995A926C022c71b36
Octal15122525146140423073366
Binary11010011001010110101001100110110001000101100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6995A9; }

 p { color: rgb(105,149,169); }

 H1.HeaderClassName
 {
   color: #6995A9;
 }
 .AnyTagClassName
 {
   color: #6995A9;
 }
</style>
background-color css

<style>
 a { background-color: #6995A9; }

 a { background-color: rgb(105,149,169); }

 div.DivClassName
 {
   background-color: #6995A9;
 }
 .BgClassName
 {
   background-color: #6995A9;
 }
</style>
border-color css

<style>
 span { border-color: #6995A9; }

 span { border-color: rgb(105,149,169); }

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