Html Css Color HEX #647081 Raven

📋 copy color: '#647081'

red 100 ◦ green 112 ◦ blue 129

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

Shades of Raven #647081

Tints of Raven #647081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

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

R = 29.33%
G = 32.84%
B = 37.83%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647081 (or 0x647081) is known color: Raven. HEX triplet: 64, 70 and 81. RGB value is (100,112,129). Sum of RGB (Red+Green+Blue) = 100+112+129=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #647081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647081 is #9B8F7E. Grayscale: #6E6E6E. Windows color (decimal): -10194815 or 8482916. OLE color: 8482916.

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

Color convert

RGB 100 112 129 -
CMYK 0.22 0.13 0 0.49
HSL 215.17º 0.13% 0.45% -
HSV(B) 215.17º 0.22% 0.51% -
XYZ 15.01 15.88 23.04 -
YUV 110.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 100 112 129 0.22 0.13 0 0.49 215.17 0.13 0.45
Hex 64 70 81 16 D 0 31 D7 D 2D
Octal 144 160 201 26 15 0 61 327 15 55
Binary 1100100 1110000 10000001 10110 1101 0 110001 11010111 1101 101101

Color Harmonies of #647081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647081

Black with #647081

Text Example


Text Example

White with #647081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647081; }

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

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

background-color css

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

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

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

border-color css

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

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

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