Html Css Color HEX #6A6E5A Siam

📋 copy color: '#6A6E5A'

red 106 ◦ green 110 ◦ blue 90

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

Shades of Siam #6A6E5A

Tints of Siam #6A6E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 34.64%
G = 35.95%
B = 29.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6A6E5A (or 0x6A6E5A) is known color: Siam. HEX triplet: 6A, 6E and 5A. RGB value is (106,110,90). Sum of RGB (Red+Green+Blue) = 106+110+90=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E5A is #9591A5. Grayscale: #6A6A6A. Windows color (decimal): -9802150 or 5926506. OLE color: 5926506.

HSL color Cylindrical-coordinate representation of color #6A6E5A: hue angle of 72º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A6E5A is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 110 90 -
CMYK 0.04 0 0.18 0.57
HSL 72º 0.1% 0.39% -
HSV(B) 72º 0.18% 0.43% -
XYZ 13.37 14.95 11.85 -
YUV 106.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 106 110 90 0.04 0 0.18 0.57 72 0.1 0.39
Hex 6A 6E 5A 4 0 12 39 48 A 27
Octal 152 156 132 4 0 22 71 110 12 47
Binary 1101010 1101110 1011010 100 0 10010 111001 1001000 1010 100111

Color Harmonies of #6A6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6E5A

Black with #6A6E5A

Text Example


Text Example

White with #6A6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,110,90); }

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

background-color css

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

 a { background-color: rgb(106,110,90); }

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

border-color css

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

 span { border-color: rgb(106,110,90); }

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