Html Css Color HEX #647184 Raven

📋 copy color: '#647184'

red 100 ◦ green 113 ◦ blue 132

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

Shades of Raven #647184

Tints of Raven #647184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 28.99%
G = 32.75%
B = 38.26%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647184 (or 0x647184) is known color: Raven. HEX triplet: 64, 71 and 84. RGB value is (100,113,132). Sum of RGB (Red+Green+Blue) = 100+113+132=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #647184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647184 is #9B8E7B. Grayscale: #6F6F6F. Windows color (decimal): -10194556 or 8679780. OLE color: 8679780.

HSL color Cylindrical-coordinate representation of color #647184: hue angle of 215.62º 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 #647184 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 113 132 -
CMYK 0.24 0.14 0 0.48
HSL 215.63º 0.14% 0.45% -
HSV(B) 215.63º 0.24% 0.52% -
XYZ 15.33 16.19 24.15 -
YUV 111.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 100 113 132 0.24 0.14 0 0.48 215.63 0.14 0.45
Hex 64 71 84 18 E 0 30 D8 E 2D
Octal 144 161 204 30 16 0 60 330 16 55
Binary 1100100 1110001 10000100 11000 1110 0 110000 11011000 1110 101101

Color Harmonies of #647184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647184

Black with #647184

Text Example


Text Example

White with #647184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647184; }

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

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

background-color css

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

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

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

border-color css

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

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

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