Html Css Color HEX #6C6E74 Raven

📋 copy color: '#6C6E74'

red 108 ◦ green 110 ◦ blue 116

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

Shades of Raven #6C6E74

Tints of Raven #6C6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 32.34%
G = 32.93%
B = 34.73%

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

#6C6E74 (or 0x6C6E74) is known color: Raven. HEX triplet: 6C, 6E and 74. RGB value is (108,110,116). Sum of RGB (Red+Green+Blue) = 108+110+116=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C6E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E74 is #93918B. Grayscale: #6E6E6E. Windows color (decimal): -9671052 or 7630444. OLE color: 7630444.

HSL color Cylindrical-coordinate representation of color #6C6E74: 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 #6C6E74 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 110 116 -
CMYK 0.07 0.05 0 0.55
HSL 225º 0.04% 0.44% -
HSV(B) 225º 0.07% 0.45% -
XYZ 14.91 15.6 18.75 -
YUV 110.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 108 110 116 0.07 0.05 0 0.55 225 0.04 0.44
Hex 6C 6E 74 7 5 0 37 E1 4 2C
Octal 154 156 164 7 5 0 67 341 4 54
Binary 1101100 1101110 1110100 111 101 0 110111 11100001 100 101100

Color Harmonies of #6C6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6E74

Black with #6C6E74

Text Example


Text Example

White with #6C6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,110,116); }

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

background-color css

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

 a { background-color: rgb(108,110,116); }

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

border-color css

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

 span { border-color: rgb(108,110,116); }

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