#6F96AD

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

Shades of Bermuda Grey #6F96AD

Tints of Bermuda Grey #6F96AD

Color information

#6F96AD (or 0x6F96AD) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 96 and AD. RGB value is (111,150,173). Sum of RGB (Red+Green+Blue) = 111+150+173=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F96AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F96AD is #906952. Grayscale: #8C8C8C. Windows color (decimal): -9464147 or 11376239. OLE color: 11376239.

HSL color Cylindrical-coordinate representation of color #6F96AD: hue angle of 202.26º 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 #6F96AD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111150173-
CMYK0.360.1300.32
HSL202.26º27.43%55.69%-
HSV(B)202.26º35.84%67.84%-
XYZ2528.2143.66-
YUV140.96146.08106.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=25.58%
G=34.56%
B=39.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111501730.360.1300.32202.2627.4355.69
Hex6F96AD24D020ca1b38
Octal15722625544150403123370
Binary11011111001011010101101100100110101000001100101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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