Html Css Color HEX #6C7B84 Lynch

📋 copy color: '#6C7B84'

red 108 ◦ green 123 ◦ blue 132

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

Shades of Lynch #6C7B84

Tints of Lynch #6C7B84

RGB

 RED value IS 108 (42.58% from 255) = 29.75%

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 29.75%
G = 33.88%
B = 36.36%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C7B84 (or 0x6C7B84) is known color: Lynch. HEX triplet: 6C, 7B and 84. RGB value is (108,123,132). Sum of RGB (Red+Green+Blue) = 108+123+132=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C7B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7B84 is #93847B. Grayscale: #777777. Windows color (decimal): -9667708 or 8682348. OLE color: 8682348.

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

Color convert

RGB 108 123 132 -
CMYK 0.18 0.07 0 0.48
HSL 202.5º 0.1% 0.47% -
HSV(B) 202.5º 0.18% 0.52% -
XYZ 17.43 19.02 24.58 -
YUV 119.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 108 123 132 0.18 0.07 0 0.48 202.5 0.1 0.47
Hex 6C 7B 84 12 7 0 30 CA A 2F
Octal 154 173 204 22 7 0 60 312 12 57
Binary 1101100 1111011 10000100 10010 111 0 110000 11001010 1010 101111

Color Harmonies of #6C7B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7B84

Black with #6C7B84

Text Example


Text Example

White with #6C7B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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