Html Css Color HEX #6C7378 Raven

📋 copy color: '#6C7378'

red 108 ◦ green 115 ◦ blue 120

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

Shades of Raven #6C7378

Tints of Raven #6C7378

RGB

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

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

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

R = 31.49%
G = 33.53%
B = 34.99%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C7378 (or 0x6C7378) is known color: Raven. HEX triplet: 6C, 73 and 78. RGB value is (108,115,120). Sum of RGB (Red+Green+Blue) = 108+115+120=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C7378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7378 is #938C87. Grayscale: #717171. Windows color (decimal): -9669768 or 7893868. OLE color: 7893868.

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

Color convert

RGB 108 115 120 -
CMYK 0.10 0.04 0 0.53
HSL 205º 0.05% 0.45% -
HSV(B) 205º 0.1% 0.47% -
XYZ 15.71 16.81 20.19 -
YUV 113.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 108 115 120 0.10 0.04 0 0.53 205 0.05 0.45
Hex 6C 73 78 A 4 0 35 CD 5 2D
Octal 154 163 170 12 4 0 65 315 5 55
Binary 1101100 1110011 1111000 1010 100 0 110101 11001101 101 101101

Color Harmonies of #6C7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7378

Black with #6C7378

Text Example


Text Example

White with #6C7378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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