Html Css Color HEX #647281 Raven

📋 copy color: '#647281'

red 100 ◦ green 114 ◦ blue 129

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

Shades of Raven #647281

Tints of Raven #647281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 29.15%
G = 33.24%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647281 (or 0x647281) is known color: Raven. HEX triplet: 64, 72 and 81. RGB value is (100,114,129). Sum of RGB (Red+Green+Blue) = 100+114+129=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #647281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647281 is #9B8D7E. Grayscale: #6F6F6F. Windows color (decimal): -10194303 or 8483428. OLE color: 8483428.

HSL color Cylindrical-coordinate representation of color #647281: hue angle of 211.03º 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 #647281 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 114 129 -
CMYK 0.22 0.12 0 0.49
HSL 211.03º 0.13% 0.45% -
HSV(B) 211.03º 0.22% 0.51% -
XYZ 15.24 16.33 23.12 -
YUV 111.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 100 114 129 0.22 0.12 0 0.49 211.03 0.13 0.45
Hex 64 72 81 16 C 0 31 D3 D 2D
Octal 144 162 201 26 14 0 61 323 15 55
Binary 1100100 1110010 10000001 10110 1100 0 110001 11010011 1101 101101

Color Harmonies of #647281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647281

Black with #647281

Text Example


Text Example

White with #647281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647281; }

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

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

background-color css

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

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

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

border-color css

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

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

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