#6F8CAB

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

Shades of Bermuda Grey #6F8CAB

Tints of Bermuda Grey #6F8CAB

Color information

#6F8CAB (or 0x6F8CAB) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8C and AB. RGB value is (111,140,171). Sum of RGB (Red+Green+Blue) = 111+140+171=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CAB is #907354. Grayscale: #868686. Windows color (decimal): -9466709 or 11242607. OLE color: 11242607.

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

Color convert

RGB111140171-
CMYK0.350.1800.33
HSL211º26.32%55.29%-
HSV(B)211º35.09%67.06%-
XYZ23.2825.0842.14-
YUV134.86148.39110.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=26.30%
G=33.18%
B=40.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111401710.350.1800.3321126.3255.29
Hex6F8CAB2312021d31a37
Octal15721425343220413233267
Binary110111110001100101010111000111001001000011101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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