Html Css Color HEX #6A816E Laurel

📋 copy color: '#6A816E'

red 106 ◦ green 129 ◦ blue 110

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

Shades of Laurel #6A816E

Tints of Laurel #6A816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 30.72%
G = 37.39%
B = 31.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#6A816E (or 0x6A816E) is known color: Laurel. HEX triplet: 6A, 81 and 6E. RGB value is (106,129,110). Sum of RGB (Red+Green+Blue) = 106+129+110=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #6A816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A816E is #957E91. Grayscale: #787878. Windows color (decimal): -9797266 or 7242090. OLE color: 7242090.

HSL color Cylindrical-coordinate representation of color #6A816E: hue angle of 130.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A816E is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 129 110 -
CMYK 0.18 0 0.15 0.49
HSL 130.43º 0.1% 0.46% -
HSV(B) 130.43º 0.18% 0.51% -
XYZ 16.61 19.89 17.72 -
YUV 119.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 106 129 110 0.18 0 0.15 0.49 130.43 0.1 0.46
Hex 6A 81 6E 12 0 F 31 82 A 2E
Octal 152 201 156 22 0 17 61 202 12 56
Binary 1101010 10000001 1101110 10010 0 1111 110001 10000010 1010 101110

Color Harmonies of #6A816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A816E

Black with #6A816E

Text Example


Text Example

White with #6A816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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