#6F8FAC

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

Shades of Bermuda Grey #6F8FAC

Tints of Bermuda Grey #6F8FAC

Color information

#6F8FAC (or 0x6F8FAC) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8F and AC. RGB value is (111,143,172). Sum of RGB (Red+Green+Blue) = 111+143+172=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8FAC is #907053. Grayscale: #888888. Windows color (decimal): -9465940 or 11308911. OLE color: 11308911.

HSL color Cylindrical-coordinate representation of color #6F8FAC: hue angle of 208.52º 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 #6F8FAC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111143172-
CMYK0.350.1700.33
HSL208.52º26.87%55.49%-
HSV(B)208.52º35.47%67.45%-
XYZ23.822642.79-
YUV136.74147.9109.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=26.06%
G=33.57%
B=40.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111431720.350.1700.33208.5226.8755.49
Hex6F8FAC2311021d11b37
Octal15721725443210413213367
Binary110111110001111101011001000111000101000011101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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