Html Css Color HEX #647382 Raven

📋 copy color: '#647382'

red 100 ◦ green 115 ◦ blue 130

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

Shades of Raven #647382

Tints of Raven #647382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 28.99%
G = 33.33%
B = 37.68%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647382 (or 0x647382) is known color: Raven. HEX triplet: 64, 73 and 82. RGB value is (100,115,130). Sum of RGB (Red+Green+Blue) = 100+115+130=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #647382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647382 is #9B8C7D. Grayscale: #707070. Windows color (decimal): -10194046 or 8549220. OLE color: 8549220.

HSL color Cylindrical-coordinate representation of color #647382: hue angle of 210º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #647382 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 115 130 -
CMYK 0.23 0.12 0 0.49
HSL 210º 0.13% 0.45% -
HSV(B) 210º 0.23% 0.51% -
XYZ 15.42 16.58 23.51 -
YUV 112.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 100 115 130 0.23 0.12 0 0.49 210 0.13 0.45
Hex 64 73 82 17 C 0 31 D2 D 2D
Octal 144 163 202 27 14 0 61 322 15 55
Binary 1100100 1110011 10000010 10111 1100 0 110001 11010010 1101 101101

Color Harmonies of #647382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647382

Black with #647382

Text Example


Text Example

White with #647382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647382; }

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

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

background-color css

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

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

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

border-color css

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

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

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