#6F93AD

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

Shades of Bermuda Grey #6F93AD

Tints of Bermuda Grey #6F93AD

Color information

#6F93AD (or 0x6F93AD) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 93 and AD. RGB value is (111,147,173). Sum of RGB (Red+Green+Blue) = 111+147+173=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F93AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F93AD is #906C52. Grayscale: #8B8B8B. Windows color (decimal): -9464915 or 11375471. OLE color: 11375471.

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

Color convert

RGB111147173-
CMYK0.360.1500.32
HSL205.16º27.43%55.69%-
HSV(B)205.16º35.84%67.84%-
XYZ24.5327.2643.5-
YUV139.2147.07107.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=25.75%
G=34.11%
B=40.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111471730.360.1500.32205.1627.4355.69
Hex6F93AD24F020cd1b38
Octal15722325544170403153370
Binary11011111001001110101101100100111101000001100110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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