Html Css Color HEX #6B89AA Bermuda Grey

📋 copy color: '#6B89AA'

red 107 ◦ green 137 ◦ blue 170

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

Shades of Bermuda Grey #6B89AA

Tints of Bermuda Grey #6B89AA

RGB

 RED value IS 107 (42.19% from 255) = 25.85%

 GREEN value IS 137 (53.91% from 255) = 33.09%

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

R = 25.85%
G = 33.09%
B = 41.06%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B89AA (or 0x6B89AA) is known color: Bermuda Grey. HEX triplet: 6B, 89 and AA. RGB value is (107,137,170). Sum of RGB (Red+Green+Blue) = 107+137+170=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B89AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B89AA is #947655. Grayscale: #838383. Windows color (decimal): -9729622 or 11176299. OLE color: 11176299.

HSL color Cylindrical-coordinate representation of color #6B89AA: hue angle of 211.43º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B89AA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 137 170 -
CMYK 0.37 0.19 0 0.33
HSL 211.43º 0.27% 0.54% -
HSV(B) 211.43º 0.37% 0.67% -
XYZ 22.26 23.92 41.47 -
YUV 131.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 107 137 170 0.37 0.19 0 0.33 211.43 0.27 0.54
Hex 6B 89 AA 25 13 0 21 D3 1B 36
Octal 153 211 252 45 23 0 41 323 33 66
Binary 1101011 10001001 10101010 100101 10011 0 100001 11010011 11011 110110

Color Harmonies of #6B89AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B89AA

Black with #6B89AA

Text Example


Text Example

White with #6B89AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,137,170); }

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

background-color css

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

 a { background-color: rgb(107,137,170); }

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

border-color css

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

 span { border-color: rgb(107,137,170); }

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