Html Css Color HEX #646D7B Raven

📋 copy color: '#646D7B'

red 100 ◦ green 109 ◦ blue 123

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

Shades of Raven #646D7B

Tints of Raven #646D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 30.12%
G = 32.83%
B = 37.05%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#646D7B (or 0x646D7B) is known color: Raven. HEX triplet: 64, 6D and 7B. RGB value is (100,109,123). Sum of RGB (Red+Green+Blue) = 100+109+123=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #646D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D7B is #9B9284. Grayscale: #6B6B6B. Windows color (decimal): -10195589 or 8088932. OLE color: 8088932.

HSL color Cylindrical-coordinate representation of color #646D7B: hue angle of 216.52º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646D7B is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 109 123 -
CMYK 0.19 0.11 0 0.52
HSL 216.52º 0.1% 0.44% -
HSV(B) 216.52º 0.19% 0.48% -
XYZ 14.3 15.08 20.9 -
YUV 107.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 100 109 123 0.19 0.11 0 0.52 216.52 0.1 0.44
Hex 64 6D 7B 13 B 0 34 D9 A 2C
Octal 144 155 173 23 13 0 64 331 12 54
Binary 1100100 1101101 1111011 10011 1011 0 110100 11011001 1010 101100

Color Harmonies of #646D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D7B

Black with #646D7B

Text Example


Text Example

White with #646D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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