Html Css Color HEX #647082 Raven

📋 copy color: '#647082'

red 100 ◦ green 112 ◦ blue 130

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

Shades of Raven #647082

Tints of Raven #647082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 29.24%
G = 32.75%
B = 38.01%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647082 (or 0x647082) is known color: Raven. HEX triplet: 64, 70 and 82. RGB value is (100,112,130). Sum of RGB (Red+Green+Blue) = 100+112+130=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #647082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647082 is #9B8F7D. Grayscale: #6E6E6E. Windows color (decimal): -10194814 or 8548452. OLE color: 8548452.

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

Color convert

RGB 100 112 130 -
CMYK 0.23 0.14 0 0.49
HSL 216º 0.13% 0.45% -
HSV(B) 216º 0.23% 0.51% -
XYZ 15.08 15.91 23.4 -
YUV 110.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 100 112 130 0.23 0.14 0 0.49 216 0.13 0.45
Hex 64 70 82 17 E 0 31 D8 D 2D
Octal 144 160 202 27 16 0 61 330 15 55
Binary 1100100 1110000 10000010 10111 1110 0 110001 11011000 1101 101101

Color Harmonies of #647082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647082

Black with #647082

Text Example


Text Example

White with #647082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647082; }

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

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

background-color css

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

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

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

border-color css

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

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

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