Html Css Color HEX #6D97AA Bermuda Grey

📋 copy color: '#6D97AA'

red 109 ◦ green 151 ◦ blue 170

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

Shades of Bermuda Grey #6D97AA

Tints of Bermuda Grey #6D97AA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.12%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 25.35%
G = 35.12%
B = 39.53%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D97AA (or 0x6D97AA) is known color: Bermuda Grey. HEX triplet: 6D, 97 and AA. RGB value is (109,151,170). Sum of RGB (Red+Green+Blue) = 109+151+170=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D97AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D97AA is #926855. Grayscale: #8C8C8C. Windows color (decimal): -9594966 or 11179885. OLE color: 11179885.

HSL color Cylindrical-coordinate representation of color #6D97AA: hue angle of 198.69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D97AA is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 151 170 -
CMYK 0.36 0.11 0 0.33
HSL 198.69º 0.26% 0.55% -
HSV(B) 198.69º 0.36% 0.67% -
XYZ 24.63 28.29 42.19 -
YUV 140.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 109 151 170 0.36 0.11 0 0.33 198.69 0.26 0.55
Hex 6D 97 AA 24 B 0 21 C7 1A 37
Octal 155 227 252 44 13 0 41 307 32 67
Binary 1101101 10010111 10101010 100100 1011 0 100001 11000111 11010 110111

Color Harmonies of #6D97AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D97AA

Black with #6D97AA

Text Example


Text Example

White with #6D97AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,151,170); }

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

background-color css

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

 a { background-color: rgb(109,151,170); }

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

border-color css

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

 span { border-color: rgb(109,151,170); }

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