#6F93A4

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

Shades of Bermuda Grey #6F93A4

Tints of Bermuda Grey #6F93A4

Color information

#6F93A4 (or 0x6F93A4) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 93 and A4. RGB value is (111,147,164). Sum of RGB (Red+Green+Blue) = 111+147+164=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F93A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F93A4 is #906C5B. Grayscale: #8A8A8A. Windows color (decimal): -9464924 or 10785647. OLE color: 10785647.

HSL color Cylindrical-coordinate representation of color #6F93A4: hue angle of 199.25º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F93A4 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB111147164-
CMYK0.320.1000.36
HSL199.25º22.55%53.92%-
HSV(B)199.25º32.32%64.31%-
XYZ23.6926.9339.07-
YUV138.17142.57108.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=26.30%
G=34.83%
B=38.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111471640.320.1000.36199.2522.5553.92
Hex6F93A420A024c71736
Octal15722324440120443072766
Binary11011111001001110100100100000101001001001100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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