Html Css Color HEX #6B6D73 Raven

📋 copy color: '#6B6D73'

red 107 ◦ green 109 ◦ blue 115

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

Shades of Raven #6B6D73

Tints of Raven #6B6D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 32.33%
G = 32.93%
B = 34.74%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B6D73 (or 0x6B6D73) is known color: Raven. HEX triplet: 6B, 6D and 73. RGB value is (107,109,115). Sum of RGB (Red+Green+Blue) = 107+109+115=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D73 is #94928C. Grayscale: #6D6D6D. Windows color (decimal): -9736845 or 7564651. OLE color: 7564651.

HSL color Cylindrical-coordinate representation of color #6B6D73: hue angle of 225º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6D73 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 109 115 -
CMYK 0.07 0.05 0 0.55
HSL 225º 0.04% 0.44% -
HSV(B) 225º 0.07% 0.45% -
XYZ 14.63 15.3 18.4 -
YUV 109.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 107 109 115 0.07 0.05 0 0.55 225 0.04 0.44
Hex 6B 6D 73 7 5 0 37 E1 4 2C
Octal 153 155 163 7 5 0 67 341 4 54
Binary 1101011 1101101 1110011 111 101 0 110111 11100001 100 101100

Color Harmonies of #6B6D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D73

Black with #6B6D73

Text Example


Text Example

White with #6B6D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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