Html Css Color HEX #6D91AF Bermuda Grey

📋 copy color: '#6D91AF'

red 109 ◦ green 145 ◦ blue 175

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

Shades of Bermuda Grey #6D91AF

Tints of Bermuda Grey #6D91AF

RGB

 RED value IS 109 (42.97% from 255) = 25.41%

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

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 25.41%
G = 33.8%
B = 40.79%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D91AF (or 0x6D91AF) is known color: 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

RGB 109 145 175 -
CMYK 0.38 0.17 0 0.31
HSL 207.27º 0.29% 0.56% -
HSV(B) 207.27º 0.38% 0.69% -
XYZ 24.17 26.6 44.42 -
YUV 137.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 109 145 175 0.38 0.17 0 0.31 207.27 0.29 0.56
Hex 6D 91 AF 26 11 0 1F CF 1D 38
Octal 155 221 257 46 21 0 37 317 35 70
Binary 1101101 10010001 10101111 100110 10001 0 11111 11001111 11101 111000

Color Harmonies of #6D91AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D91AF

Black with #6D91AF

Text Example


Text Example

White with #6D91AF

Text Example


Text Example

HTML Codes & Css Web 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>