#6F8C9E

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

Shades of Bermuda Grey #6F8C9E

Tints of Bermuda Grey #6F8C9E

Color information

#6F8C9E (or 0x6F8C9E) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8C and 9E. RGB value is (111,140,158). Sum of RGB (Red+Green+Blue) = 111+140+158=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F8C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8C9E is #907361. Grayscale: #858585. Windows color (decimal): -9466722 or 10390639. OLE color: 10390639.

HSL color Cylindrical-coordinate representation of color #6F8C9E: hue angle of 202.98º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F8C9E is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111140158-
CMYK0.300.1100.38
HSL202.98º19.5%52.75%-
HSV(B)202.98º29.75%61.96%-
XYZ22.1124.635.93-
YUV133.38141.89112.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.14%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=27.14%
G=34.23%
B=38.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111401580.300.1100.38202.9819.552.75
Hex6F8C9E1EB026cb1435
Octal15721423636130463132465
Binary1101111100011001001111011110101101001101100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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