Html Css Color HEX #6B7378 Mid Grey

📋 copy color: '#6B7378'

red 107 ◦ green 115 ◦ blue 120

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

Shades of Mid Grey #6B7378

Tints of Mid Grey #6B7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 31.29%
G = 33.63%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B7378 (or 0x6B7378) is known color: Mid Grey. HEX triplet: 6B, 73 and 78. RGB value is (107,115,120). Sum of RGB (Red+Green+Blue) = 107+115+120=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B7378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7378 is #948C87. Grayscale: #717171. Windows color (decimal): -9735304 or 7893867. OLE color: 7893867.

HSL color Cylindrical-coordinate representation of color #6B7378: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7378 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 115 120 -
CMYK 0.11 0.04 0 0.53
HSL 203.08º 0.06% 0.45% -
HSV(B) 203.08º 0.11% 0.47% -
XYZ 15.58 16.74 20.18 -
YUV 113.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 107 115 120 0.11 0.04 0 0.53 203.08 0.06 0.45
Hex 6B 73 78 B 4 0 35 CB 6 2D
Octal 153 163 170 13 4 0 65 313 6 55
Binary 1101011 1110011 1111000 1011 100 0 110101 11001011 110 101101

Color Harmonies of #6B7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7378

Black with #6B7378

Text Example


Text Example

White with #6B7378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,120); }

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

background-color css

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

 a { background-color: rgb(107,115,120); }

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

border-color css

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

 span { border-color: rgb(107,115,120); }

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