Html Css Color HEX #647486 Raven

📋 copy color: '#647486'

red 100 ◦ green 116 ◦ blue 134

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

Shades of Raven #647486

Tints of Raven #647486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 28.57%
G = 33.14%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#647486 (or 0x647486) is known color: Raven. HEX triplet: 64, 74 and 86. RGB value is (100,116,134). Sum of RGB (Red+Green+Blue) = 100+116+134=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #647486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647486 is #9B8B79. Grayscale: #717171. Windows color (decimal): -10193786 or 8811620. OLE color: 8811620.

HSL color Cylindrical-coordinate representation of color #647486: hue angle of 211.76º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647486 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 116 134 -
CMYK 0.25 0.13 0 0.47
HSL 211.76º 0.15% 0.46% -
HSV(B) 211.76º 0.25% 0.53% -
XYZ 15.8 16.92 24.99 -
YUV 113.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 100 116 134 0.25 0.13 0 0.47 211.76 0.15 0.46
Hex 64 74 86 19 D 0 2F D4 F 2E
Octal 144 164 206 31 15 0 57 324 17 56
Binary 1100100 1110100 10000110 11001 1101 0 101111 11010100 1111 101110

Color Harmonies of #647486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647486

Black with #647486

Text Example


Text Example

White with #647486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647486; }

 p { color: rgb(100,116,134); }

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

background-color css

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

 a { background-color: rgb(100,116,134); }

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

border-color css

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

 span { border-color: rgb(100,116,134); }

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