Html Css Color HEX #647383 Raven

📋 copy color: '#647383'

red 100 ◦ green 115 ◦ blue 131

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

Shades of Raven #647383

Tints of Raven #647383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 28.9%
G = 33.24%
B = 37.86%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647383 (or 0x647383) is known color: Raven. HEX triplet: 64, 73 and 83. RGB value is (100,115,131). Sum of RGB (Red+Green+Blue) = 100+115+131=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #647383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647383 is #9B8C7C. Grayscale: #707070. Windows color (decimal): -10194045 or 8614756. OLE color: 8614756.

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

Color convert

RGB 100 115 131 -
CMYK 0.24 0.12 0 0.49
HSL 210.97º 0.13% 0.45% -
HSV(B) 210.97º 0.24% 0.51% -
XYZ 15.48 16.61 23.86 -
YUV 112.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 100 115 131 0.24 0.12 0 0.49 210.97 0.13 0.45
Hex 64 73 83 18 C 0 31 D3 D 2D
Octal 144 163 203 30 14 0 61 323 15 55
Binary 1100100 1110011 10000011 11000 1100 0 110001 11010011 1101 101101

Color Harmonies of #647383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647383

Black with #647383

Text Example


Text Example

White with #647383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647383; }

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

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

background-color css

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

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

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

border-color css

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

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

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