Html Css Color HEX #646E7A Raven

📋 copy color: '#646E7A'

red 100 ◦ green 110 ◦ blue 122

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

Shades of Raven #646E7A

Tints of Raven #646E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 30.12%
G = 33.13%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#646E7A (or 0x646E7A) is known color: Raven. HEX triplet: 64, 6E and 7A. RGB value is (100,110,122). Sum of RGB (Red+Green+Blue) = 100+110+122=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #646E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E7A is #9B9185. Grayscale: #6C6C6C. Windows color (decimal): -10195334 or 8023652. OLE color: 8023652.

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

Color convert

RGB 100 110 122 -
CMYK 0.18 0.10 0 0.52
HSL 212.73º 0.1% 0.44% -
HSV(B) 212.73º 0.18% 0.48% -
XYZ 14.34 15.27 20.6 -
YUV 108.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 100 110 122 0.18 0.10 0 0.52 212.73 0.1 0.44
Hex 64 6E 7A 12 A 0 34 D5 A 2C
Octal 144 156 172 22 12 0 64 325 12 54
Binary 1100100 1101110 1111010 10010 1010 0 110100 11010101 1010 101100

Color Harmonies of #646E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E7A

Black with #646E7A

Text Example


Text Example

White with #646E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,122); }

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

background-color css

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

 a { background-color: rgb(100,110,122); }

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

border-color css

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

 span { border-color: rgb(100,110,122); }

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