Html Css Color HEX #6F91AD Bermuda Grey

📋 copy color: '#6F91AD'

red 111 ◦ green 145 ◦ blue 173

#6F91AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #6F91AD

Tints of Bermuda Grey #6F91AD

RGB

 RED value IS 111 (43.75% from 255) = 25.87%

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 25.87%
G = 33.8%
B = 40.33%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F91AD (or 0x6F91AD) is known color: Bermuda Grey. HEX triplet: 6F, 91 and AD. RGB value is (111,145,173). Sum of RGB (Red+Green+Blue) = 111+145+173=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F91AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F91AD is #906E52. Grayscale: #898989. Windows color (decimal): -9465427 or 11374959. OLE color: 11374959.

HSL color Cylindrical-coordinate representation of color #6F91AD: hue angle of 207.1º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F91AD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 145 173 -
CMYK 0.36 0.16 0 0.32
HSL 207.1º 0.27% 0.56% -
HSV(B) 207.1º 0.36% 0.68% -
XYZ 24.22 26.65 43.4 -
YUV 138.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 111 145 173 0.36 0.16 0 0.32 207.1 0.27 0.56
Hex 6F 91 AD 24 10 0 20 CF 1B 38
Octal 157 221 255 44 20 0 40 317 33 70
Binary 1101111 10010001 10101101 100100 10000 0 100000 11001111 11011 111000

Color Harmonies of #6F91AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F91AD

Black with #6F91AD

Text Example


Text Example

White with #6F91AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,145,173); }

 H1.HeaderClassName
 {
   color: #6F91AD;
 }
 .AnyTagClassName
 {
   color: #6F91AD;
 }
</style>

background-color css

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

 a { background-color: rgb(111,145,173); }

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

border-color css

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

 span { border-color: rgb(111,145,173); }

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