Html Css Color HEX #6A8FAA Bermuda Grey

📋 copy color: '#6A8FAA'

red 106 ◦ green 143 ◦ blue 170

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

Shades of Bermuda Grey #6A8FAA

Tints of Bermuda Grey #6A8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

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

R = 25.3%
G = 34.13%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A8FAA (or 0x6A8FAA) is known color: Bermuda Grey. HEX triplet: 6A, 8F and AA. RGB value is (106,143,170). Sum of RGB (Red+Green+Blue) = 106+143+170=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8FAA is #957055. Grayscale: #868686. Windows color (decimal): -9793622 or 11177834. OLE color: 11177834.

HSL color Cylindrical-coordinate representation of color #6A8FAA: hue angle of 205.31º 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 #6A8FAA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 143 170 -
CMYK 0.38 0.16 0 0.33
HSL 205.31º 0.27% 0.54% -
HSV(B) 205.31º 0.38% 0.67% -
XYZ 23.02 25.61 41.76 -
YUV 135.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 106 143 170 0.38 0.16 0 0.33 205.31 0.27 0.54
Hex 6A 8F AA 26 10 0 21 CD 1B 36
Octal 152 217 252 46 20 0 41 315 33 66
Binary 1101010 10001111 10101010 100110 10000 0 100001 11001101 11011 110110

Color Harmonies of #6A8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8FAA

Black with #6A8FAA

Text Example


Text Example

White with #6A8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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