#6F94AC

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

Shades of Bermuda Grey #6F94AC

Tints of Bermuda Grey #6F94AC

Color information

#6F94AC (or 0x6F94AC) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 94 and AC. RGB value is (111,148,172). Sum of RGB (Red+Green+Blue) = 111+148+172=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F94AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F94AC is #906B53. Grayscale: #8B8B8B. Windows color (decimal): -9464660 or 11310191. OLE color: 11310191.

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

Color convert

RGB111148172-
CMYK0.350.1400.33
HSL203.61º26.87%55.49%-
HSV(B)203.61º35.47%67.45%-
XYZ24.5927.5443.05-
YUV139.67146.24107.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=25.75%
G=34.34%
B=39.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111481720.350.1400.33203.6126.8755.49
Hex6F94AC23E021cc1b37
Octal15722425443160413143367
Binary11011111001010010101100100011111001000011100110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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