Html Css Color HEX #6A92AA Bermuda Grey

📋 copy color: '#6A92AA'

red 106 ◦ green 146 ◦ blue 170

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

Shades of Bermuda Grey #6A92AA

Tints of Bermuda Grey #6A92AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

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

R = 25.12%
G = 34.6%
B = 40.28%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A92AA (or 0x6A92AA) is known color: Bermuda Grey. HEX triplet: 6A, 92 and AA. RGB value is (106,146,170). Sum of RGB (Red+Green+Blue) = 106+146+170=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A92AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A92AA is #956D55. Grayscale: #888888. Windows color (decimal): -9792854 or 11178602. OLE color: 11178602.

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

Color convert

RGB 106 146 170 -
CMYK 0.38 0.14 0 0.33
HSL 202.5º 0.27% 0.54% -
HSV(B) 202.5º 0.38% 0.67% -
XYZ 23.48 26.52 41.91 -
YUV 136.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 106 146 170 0.38 0.14 0 0.33 202.5 0.27 0.54
Hex 6A 92 AA 26 E 0 21 CA 1B 36
Octal 152 222 252 46 16 0 41 312 33 66
Binary 1101010 10010010 10101010 100110 1110 0 100001 11001010 11011 110110

Color Harmonies of #6A92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A92AA

Black with #6A92AA

Text Example


Text Example

White with #6A92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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