Html Css Color HEX #6C6F74 Raven

📋 copy color: '#6C6F74'

red 108 ◦ green 111 ◦ blue 116

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

Shades of Raven #6C6F74

Tints of Raven #6C6F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 32.24%
G = 33.13%
B = 34.63%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C6F74 (or 0x6C6F74) is known color: Raven. HEX triplet: 6C, 6F and 74. RGB value is (108,111,116). Sum of RGB (Red+Green+Blue) = 108+111+116=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C6F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F74 is #93908B. Grayscale: #6E6E6E. Windows color (decimal): -9670796 or 7630700. OLE color: 7630700.

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

Color convert

RGB 108 111 116 -
CMYK 0.07 0.04 0 0.55
HSL 217.5º 0.04% 0.44% -
HSV(B) 217.5º 0.07% 0.45% -
XYZ 15.02 15.82 18.78 -
YUV 110.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 108 111 116 0.07 0.04 0 0.55 217.5 0.04 0.44
Hex 6C 6F 74 7 4 0 37 DA 4 2C
Octal 154 157 164 7 4 0 67 332 4 54
Binary 1101100 1101111 1110100 111 100 0 110111 11011010 100 101100

Color Harmonies of #6C6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6F74

Black with #6C6F74

Text Example


Text Example

White with #6C6F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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