#6F95AD

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

Shades of Bermuda Grey #6F95AD

Tints of Bermuda Grey #6F95AD

Color information

#6F95AD (or 0x6F95AD) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 95 and AD. RGB value is (111,149,173). Sum of RGB (Red+Green+Blue) = 111+149+173=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F95AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F95AD is #906A52. Grayscale: #8C8C8C. Windows color (decimal): -9464403 or 11375983. OLE color: 11375983.

HSL color Cylindrical-coordinate representation of color #6F95AD: hue angle of 203.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F95AD is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111149173-
CMYK0.360.1400.32
HSL203.23º27.43%55.69%-
HSV(B)203.23º35.84%67.84%-
XYZ24.8527.8943.61-
YUV140.37146.41107.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=25.64%
G=34.41%
B=39.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111491730.360.1400.32203.2327.4355.69
Hex6F95AD24E020cb1b38
Octal15722525544160403133370
Binary11011111001010110101101100100111001000001100101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F95AD; }

 p { color: rgb(111,149,173); }

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

<style>
 a { background-color: #6F95AD; }

 a { background-color: rgb(111,149,173); }

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

<style>
 span { border-color: #6F95AD; }

 span { border-color: rgb(111,149,173); }

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