Html Css Color HEX #6A8CAA Bermuda Grey

📋 copy color: '#6A8CAA'

red 106 ◦ green 140 ◦ blue 170

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

Shades of Bermuda Grey #6A8CAA

Tints of Bermuda Grey #6A8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 25.48%
G = 33.65%
B = 40.87%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A8CAA (or 0x6A8CAA) is known color: Bermuda Grey. HEX triplet: 6A, 8C and AA. RGB value is (106,140,170). Sum of RGB (Red+Green+Blue) = 106+140+170=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8CAA is #957355. Grayscale: #858585. Windows color (decimal): -9794390 or 11177066. OLE color: 11177066.

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

Color convert

RGB 106 140 170 -
CMYK 0.38 0.18 0 0.33
HSL 208.13º 0.27% 0.54% -
HSV(B) 208.13º 0.38% 0.67% -
XYZ 22.58 24.72 41.61 -
YUV 133.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 106 140 170 0.38 0.18 0 0.33 208.13 0.27 0.54
Hex 6A 8C AA 26 12 0 21 D0 1B 36
Octal 152 214 252 46 22 0 41 320 33 66
Binary 1101010 10001100 10101010 100110 10010 0 100001 11010000 11011 110110

Color Harmonies of #6A8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8CAA

Black with #6A8CAA

Text Example


Text Example

White with #6A8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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