Html Css Color HEX #6A8999 Bermuda Grey

📋 copy color: '#6A8999'

red 106 ◦ green 137 ◦ blue 153

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

Shades of Bermuda Grey #6A8999

Tints of Bermuda Grey #6A8999

RGB

 RED value IS 106 (41.8% from 255) = 26.77%

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

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 26.77%
G = 34.6%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A8999 (or 0x6A8999) is known color: Bermuda Grey. HEX triplet: 6A, 89 and 99. RGB value is (106,137,153). Sum of RGB (Red+Green+Blue) = 106+137+153=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A8999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8999 is #957666. Grayscale: #818181. Windows color (decimal): -9795175 or 10062186. OLE color: 10062186.

HSL color Cylindrical-coordinate representation of color #6A8999: hue angle of 200.43º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A8999 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 137 153 -
CMYK 0.31 0.10 0 0.4
HSL 200.43º 0.19% 0.51% -
HSV(B) 200.43º 0.31% 0.6% -
XYZ 20.64 23.26 33.54 -
YUV 129.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 106 137 153 0.31 0.10 0 0.4 200.43 0.19 0.51
Hex 6A 89 99 1F A 0 28 C8 13 33
Octal 152 211 231 37 12 0 50 310 23 63
Binary 1101010 10001001 10011001 11111 1010 0 101000 11001000 10011 110011

Color Harmonies of #6A8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8999

Black with #6A8999

Text Example


Text Example

White with #6A8999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,137,153); }

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

background-color css

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

 a { background-color: rgb(106,137,153); }

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

border-color css

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

 span { border-color: rgb(106,137,153); }

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