Html Css Color HEX #6A8DAA Bermuda Grey

📋 copy color: '#6A8DAA'

red 106 ◦ green 141 ◦ blue 170

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

Shades of Bermuda Grey #6A8DAA

Tints of Bermuda Grey #6A8DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

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

R = 25.42%
G = 33.81%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A8DAA (or 0x6A8DAA) is known color: Bermuda Grey. HEX triplet: 6A, 8D and AA. RGB value is (106,141,170). Sum of RGB (Red+Green+Blue) = 106+141+170=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A8DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8DAA is #957255. Grayscale: #858585. Windows color (decimal): -9794134 or 11177322. OLE color: 11177322.

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

Color convert

RGB 106 141 170 -
CMYK 0.38 0.17 0 0.33
HSL 207.19º 0.27% 0.54% -
HSV(B) 207.19º 0.38% 0.67% -
XYZ 22.72 25.02 41.66 -
YUV 133.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 106 141 170 0.38 0.17 0 0.33 207.19 0.27 0.54
Hex 6A 8D AA 26 11 0 21 CF 1B 36
Octal 152 215 252 46 21 0 41 317 33 66
Binary 1101010 10001101 10101010 100110 10001 0 100001 11001111 11011 110110

Color Harmonies of #6A8DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8DAA

Black with #6A8DAA

Text Example


Text Example

White with #6A8DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,141,170); }

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

background-color css

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

 a { background-color: rgb(106,141,170); }

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

border-color css

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

 span { border-color: rgb(106,141,170); }

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