#6F8EA5

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

Shades of Bermuda Grey #6F8EA5

Tints of Bermuda Grey #6F8EA5

Color information

#6F8EA5 (or 0x6F8EA5) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8E and A5. RGB value is (111,142,165). Sum of RGB (Red+Green+Blue) = 111+142+165=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F8EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8EA5 is #90715A. Grayscale: #878787. Windows color (decimal): -9466203 or 10849903. OLE color: 10849903.

HSL color Cylindrical-coordinate representation of color #6F8EA5: hue angle of 205.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F8EA5 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB111142165-
CMYK0.330.1400.35
HSL205.56º23.08%54.12%-
HSV(B)205.56º32.73%64.71%-
XYZ23.0225.4439.29-
YUV135.35144.73110.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=26.56%
G=33.97%
B=39.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111421650.330.1400.35205.5623.0854.12
Hex6F8EA521E023ce1736
Octal15721624541160433162766
Binary11011111000111010100101100001111001000111100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,165); }

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

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

 a { background-color: rgb(111,142,165); }

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

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

 span { border-color: rgb(111,142,165); }

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