Html Css Color HEX #647384 Raven

📋 copy color: '#647384'

red 100 ◦ green 115 ◦ blue 132

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

Shades of Raven #647384

Tints of Raven #647384

RGB

 RED value IS 100 (39.45% from 255) = 28.82%

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 28.82%
G = 33.14%
B = 38.04%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647384 (or 0x647384) is known color: Raven. HEX triplet: 64, 73 and 84. RGB value is (100,115,132). Sum of RGB (Red+Green+Blue) = 100+115+132=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #647384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647384 is #9B8C7B. Grayscale: #707070. Windows color (decimal): -10194044 or 8680292. OLE color: 8680292.

HSL color Cylindrical-coordinate representation of color #647384: hue angle of 211.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647384 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 115 132 -
CMYK 0.24 0.13 0 0.48
HSL 211.88º 0.14% 0.45% -
HSV(B) 211.88º 0.24% 0.52% -
XYZ 15.55 16.64 24.22 -
YUV 112.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 100 115 132 0.24 0.13 0 0.48 211.88 0.14 0.45
Hex 64 73 84 18 D 0 30 D4 E 2D
Octal 144 163 204 30 15 0 60 324 16 55
Binary 1100100 1110011 10000100 11000 1101 0 110000 11010100 1110 101101

Color Harmonies of #647384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647384

Black with #647384

Text Example


Text Example

White with #647384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647384; }

 p { color: rgb(100,115,132); }

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

background-color css

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

 a { background-color: rgb(100,115,132); }

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

border-color css

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

 span { border-color: rgb(100,115,132); }

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