Html Css Color HEX #6B846E Laurel

📋 copy color: '#6B846E'

red 107 ◦ green 132 ◦ blue 110

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

Shades of Laurel #6B846E

Tints of Laurel #6B846E

RGB

 RED value IS 107 (42.19% from 255) = 30.66%

 GREEN value IS 132 (51.95% from 255) = 37.82%

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

R = 30.66%
G = 37.82%
B = 31.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#6B846E (or 0x6B846E) is known color: Laurel. HEX triplet: 6B, 84 and 6E. RGB value is (107,132,110). Sum of RGB (Red+Green+Blue) = 107+132+110=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #6B846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B846E is #947B91. Grayscale: #7A7A7A. Windows color (decimal): -9730962 or 7242859. OLE color: 7242859.

HSL color Cylindrical-coordinate representation of color #6B846E: hue angle of 127.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B846E is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 110 -
CMYK 0.19 0 0.17 0.48
HSL 127.2º 0.1% 0.47% -
HSV(B) 127.2º 0.19% 0.52% -
XYZ 17.13 20.75 17.86 -
YUV 122.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 107 132 110 0.19 0 0.17 0.48 127.2 0.1 0.47
Hex 6B 84 6E 13 0 11 30 7F A 2F
Octal 153 204 156 23 0 21 60 177 12 57
Binary 1101011 10000100 1101110 10011 0 10001 110000 1111111 1010 101111

Color Harmonies of #6B846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B846E

Black with #6B846E

Text Example


Text Example

White with #6B846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,110); }

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

background-color css

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

 a { background-color: rgb(107,132,110); }

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

border-color css

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

 span { border-color: rgb(107,132,110); }

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