Html Css Color HEX #647280 Raven

📋 copy color: '#647280'

red 100 ◦ green 114 ◦ blue 128

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

Shades of Raven #647280

Tints of Raven #647280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 29.24%
G = 33.33%
B = 37.43%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#647280 (or 0x647280) is known color: Raven. HEX triplet: 64, 72 and 80. RGB value is (100,114,128). Sum of RGB (Red+Green+Blue) = 100+114+128=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #647280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647280 is #9B8D7F. Grayscale: #6F6F6F. Windows color (decimal): -10194304 or 8417892. OLE color: 8417892.

HSL color Cylindrical-coordinate representation of color #647280: hue angle of 210º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647280 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 114 128 -
CMYK 0.22 0.11 0 0.50
HSL 210º 0.12% 0.45% -
HSV(B) 210º 0.22% 0.5% -
XYZ 15.17 16.3 22.77 -
YUV 111.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 100 114 128 0.22 0.11 0 0.50 210 0.12 0.45
Hex 64 72 80 16 B 0 32 D2 C 2D
Octal 144 162 200 26 13 0 62 322 14 55
Binary 1100100 1110010 10000000 10110 1011 0 110010 11010010 1100 101101

Color Harmonies of #647280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647280

Black with #647280

Text Example


Text Example

White with #647280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647280; }

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

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

background-color css

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

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

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

border-color css

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

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

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