Html Css Color HEX #647182 Raven

📋 copy color: '#647182'

red 100 ◦ green 113 ◦ blue 130

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

Shades of Raven #647182

Tints of Raven #647182

RGB

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

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

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

R = 29.15%
G = 32.94%
B = 37.9%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647182 (or 0x647182) is known color: Raven. HEX triplet: 64, 71 and 82. RGB value is (100,113,130). Sum of RGB (Red+Green+Blue) = 100+113+130=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #647182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647182 is #9B8E7D. Grayscale: #6E6E6E. Windows color (decimal): -10194558 or 8548708. OLE color: 8548708.

HSL color Cylindrical-coordinate representation of color #647182: hue angle of 214º 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 #647182 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 113 130 -
CMYK 0.23 0.13 0 0.49
HSL 214º 0.13% 0.45% -
HSV(B) 214º 0.23% 0.51% -
XYZ 15.19 16.13 23.43 -
YUV 111.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 100 113 130 0.23 0.13 0 0.49 214 0.13 0.45
Hex 64 71 82 17 D 0 31 D6 D 2D
Octal 144 161 202 27 15 0 61 326 15 55
Binary 1100100 1110001 10000010 10111 1101 0 110001 11010110 1101 101101

Color Harmonies of #647182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647182

Black with #647182

Text Example


Text Example

White with #647182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647182; }

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

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

background-color css

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

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

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

border-color css

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

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

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