#6F8CAC

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

Shades of Bermuda Grey #6F8CAC

Tints of Bermuda Grey #6F8CAC

Color information

#6F8CAC (or 0x6F8CAC) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8C and AC. RGB value is (111,140,172). Sum of RGB (Red+Green+Blue) = 111+140+172=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CAC is #907353. Grayscale: #868686. Windows color (decimal): -9466708 or 11308143. OLE color: 11308143.

HSL color Cylindrical-coordinate representation of color #6F8CAC: hue angle of 211.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F8CAC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111140172-
CMYK0.350.1900.33
HSL211.48º26.87%55.49%-
HSV(B)211.48º35.47%67.45%-
XYZ23.3825.1142.65-
YUV134.98148.89110.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=26.24%
G=33.10%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111401720.350.1900.33211.4826.8755.49
Hex6F8CAC2313021d31b37
Octal15721425443230413233367
Binary110111110001100101011001000111001101000011101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,172); }

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

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

 a { background-color: rgb(111,140,172); }

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

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

 span { border-color: rgb(111,140,172); }

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