Html Css Color HEX #6B7984 Lynch

📋 copy color: '#6B7984'

red 107 ◦ green 121 ◦ blue 132

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

Shades of Lynch #6B7984

Tints of Lynch #6B7984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 29.72%
G = 33.61%
B = 36.67%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B7984 (or 0x6B7984) is known color: Lynch. HEX triplet: 6B, 79 and 84. RGB value is (107,121,132). Sum of RGB (Red+Green+Blue) = 107+121+132=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B7984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7984 is #94867B. Grayscale: #767676. Windows color (decimal): -9733756 or 8681835. OLE color: 8681835.

HSL color Cylindrical-coordinate representation of color #6B7984: hue angle of 206.4º 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 #6B7984 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 121 132 -
CMYK 0.19 0.08 0 0.48
HSL 206.4º 0.1% 0.47% -
HSV(B) 206.4º 0.19% 0.52% -
XYZ 17.07 18.47 24.49 -
YUV 118.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 107 121 132 0.19 0.08 0 0.48 206.4 0.1 0.47
Hex 6B 79 84 13 8 0 30 CE A 2F
Octal 153 171 204 23 10 0 60 316 12 57
Binary 1101011 1111001 10000100 10011 1000 0 110000 11001110 1010 101111

Color Harmonies of #6B7984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7984

Black with #6B7984

Text Example


Text Example

White with #6B7984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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