Html Css Color HEX #647282 Raven

📋 copy color: '#647282'

red 100 ◦ green 114 ◦ blue 130

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

Shades of Raven #647282

Tints of Raven #647282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 29.07%
G = 33.14%
B = 37.79%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#647282 (or 0x647282) is known color: Raven. HEX triplet: 64, 72 and 82. RGB value is (100,114,130). Sum of RGB (Red+Green+Blue) = 100+114+130=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #647282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647282 is #9B8D7D. Grayscale: #6F6F6F. Windows color (decimal): -10194302 or 8548964. OLE color: 8548964.

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

Color convert

RGB 100 114 130 -
CMYK 0.23 0.12 0 0.49
HSL 212º 0.13% 0.45% -
HSV(B) 212º 0.23% 0.51% -
XYZ 15.3 16.36 23.47 -
YUV 111.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 100 114 130 0.23 0.12 0 0.49 212 0.13 0.45
Hex 64 72 82 17 C 0 31 D4 D 2D
Octal 144 162 202 27 14 0 61 324 15 55
Binary 1100100 1110010 10000010 10111 1100 0 110001 11010100 1101 101101

Color Harmonies of #647282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647282

Black with #647282

Text Example


Text Example

White with #647282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647282; }

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

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

background-color css

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

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

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

border-color css

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

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

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