#6D91AF

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

Shades of Bermuda Grey #6D91AF

Tints of Bermuda Grey #6D91AF

Color information

#6D91AF (or 0x6D91AF) is unknown color: approx Bermuda Grey. HEX triplet: 6D, 91 and AF. RGB value is (109,145,175). Sum of RGB (Red+Green+Blue) = 109+145+175=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D91AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D91AF is #926E50. Grayscale: #898989. Windows color (decimal): -9596497 or 11506029. OLE color: 11506029.

HSL color Cylindrical-coordinate representation of color #6D91AF: hue angle of 207.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D91AF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109145175-
CMYK0.380.1700.31
HSL207.27º29.2%55.69%-
HSV(B)207.27º37.71%68.63%-
XYZ24.1726.644.42-
YUV137.66149.07107.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.41%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=25.41%
G=33.80%
B=40.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091451750.380.1700.31207.2729.255.69
Hex6D91AF261101Fcf1d38
Octal15522125746210373173570
Binary11011011001000110101111100110100010111111100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,175); }

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

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

 a { background-color: rgb(109,145,175); }

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

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

 span { border-color: rgb(109,145,175); }

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