Html Css Color HEX #646C81 Raven

📋 copy color: '#646C81'

red 100 ◦ green 108 ◦ blue 129

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

Shades of Raven #646C81

Tints of Raven #646C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 29.67%
G = 32.05%
B = 38.28%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#646C81 (or 0x646C81) is known color: Raven. HEX triplet: 64, 6C and 81. RGB value is (100,108,129). Sum of RGB (Red+Green+Blue) = 100+108+129=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #646C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C81 is #9B937E. Grayscale: #6B6B6B. Windows color (decimal): -10195839 or 8481892. OLE color: 8481892.

HSL color Cylindrical-coordinate representation of color #646C81: hue angle of 223.45º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #646C81 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 108 129 -
CMYK 0.22 0.16 0 0.49
HSL 223.45º 0.13% 0.45% -
HSV(B) 223.45º 0.22% 0.51% -
XYZ 14.58 15.02 22.9 -
YUV 108 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 100 108 129 0.22 0.16 0 0.49 223.45 0.13 0.45
Hex 64 6C 81 16 10 0 31 DF D 2D
Octal 144 154 201 26 20 0 61 337 15 55
Binary 1100100 1101100 10000001 10110 10000 0 110001 11011111 1101 101101

Color Harmonies of #646C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C81

Black with #646C81

Text Example


Text Example

White with #646C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,108,129); }

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

background-color css

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

 a { background-color: rgb(100,108,129); }

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

border-color css

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

 span { border-color: rgb(100,108,129); }

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