Html Css Color HEX #6A889F Bermuda Grey

📋 copy color: '#6A889F'

red 106 ◦ green 136 ◦ blue 159

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

Shades of Bermuda Grey #6A889F

Tints of Bermuda Grey #6A889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 26.43%
G = 33.92%
B = 39.65%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A889F (or 0x6A889F) is known color: Bermuda Grey. HEX triplet: 6A, 88 and 9F. RGB value is (106,136,159). Sum of RGB (Red+Green+Blue) = 106+136+159=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A889F is #957760. Grayscale: #818181. Windows color (decimal): -9795425 or 10455146. OLE color: 10455146.

HSL color Cylindrical-coordinate representation of color #6A889F: hue angle of 206.04º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A889F is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 136 159 -
CMYK 0.33 0.14 0 0.38
HSL 206.04º 0.22% 0.52% -
HSV(B) 206.04º 0.33% 0.62% -
XYZ 21.01 23.18 36.17 -
YUV 129.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 106 136 159 0.33 0.14 0 0.38 206.04 0.22 0.52
Hex 6A 88 9F 21 E 0 26 CE 16 34
Octal 152 210 237 41 16 0 46 316 26 64
Binary 1101010 10001000 10011111 100001 1110 0 100110 11001110 10110 110100

Color Harmonies of #6A889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A889F

Black with #6A889F

Text Example


Text Example

White with #6A889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,136,159); }

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

background-color css

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

 a { background-color: rgb(106,136,159); }

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

border-color css

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

 span { border-color: rgb(106,136,159); }

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