Html Css Color HEX #6B7B6C Laurel

📋 copy color: '#6B7B6C'

red 107 ◦ green 123 ◦ blue 108

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

Shades of Laurel #6B7B6C

Tints of Laurel #6B7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 31.66%
G = 36.39%
B = 31.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#6B7B6C (or 0x6B7B6C) is known color: Laurel. HEX triplet: 6B, 7B and 6C. RGB value is (107,123,108). Sum of RGB (Red+Green+Blue) = 107+123+108=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B6C is #948493. Grayscale: #747474. Windows color (decimal): -9733268 or 7109483. OLE color: 7109483.

HSL color Cylindrical-coordinate representation of color #6B7B6C: hue angle of 123.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7B6C is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 123 108 -
CMYK 0.13 0 0.12 0.52
HSL 123.75º 0.07% 0.45% -
HSV(B) 123.75º 0.13% 0.48% -
XYZ 15.85 18.37 16.9 -
YUV 116.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 107 123 108 0.13 0 0.12 0.52 123.75 0.07 0.45
Hex 6B 7B 6C D 0 C 34 7C 7 2D
Octal 153 173 154 15 0 14 64 174 7 55
Binary 1101011 1111011 1101100 1101 0 1100 110100 1111100 111 101101

Color Harmonies of #6B7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B6C

Black with #6B7B6C

Text Example


Text Example

White with #6B7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,123,108); }

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

background-color css

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

 a { background-color: rgb(107,123,108); }

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

border-color css

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

 span { border-color: rgb(107,123,108); }

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