Html Css Color HEX #646D7F Raven

📋 copy color: '#646D7F'

red 100 ◦ green 109 ◦ blue 127

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

Shades of Raven #646D7F

Tints of Raven #646D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 29.76%
G = 32.44%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#646D7F (or 0x646D7F) is known color: Raven. HEX triplet: 64, 6D and 7F. RGB value is (100,109,127). Sum of RGB (Red+Green+Blue) = 100+109+127=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #646D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D7F is #9B9280. Grayscale: #6C6C6C. Windows color (decimal): -10195585 or 8351076. OLE color: 8351076.

HSL color Cylindrical-coordinate representation of color #646D7F: hue angle of 220º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646D7F is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 109 127 -
CMYK 0.21 0.14 0 0.50
HSL 220º 0.12% 0.45% -
HSV(B) 220º 0.21% 0.5% -
XYZ 14.55 15.18 22.24 -
YUV 108.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 100 109 127 0.21 0.14 0 0.50 220 0.12 0.45
Hex 64 6D 7F 15 E 0 32 DC C 2D
Octal 144 155 177 25 16 0 62 334 14 55
Binary 1100100 1101101 1111111 10101 1110 0 110010 11011100 1100 101101

Color Harmonies of #646D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D7F

Black with #646D7F

Text Example


Text Example

White with #646D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646D7F; }

 p { color: rgb(100,109,127); }

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

background-color css

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

 a { background-color: rgb(100,109,127); }

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

border-color css

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

 span { border-color: rgb(100,109,127); }

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