Html Css Color HEX #647084 Raven

📋 copy color: '#647084'

red 100 ◦ green 112 ◦ blue 132

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

Shades of Raven #647084

Tints of Raven #647084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 29.07%
G = 32.56%
B = 38.37%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647084 (or 0x647084) is known color: Raven. HEX triplet: 64, 70 and 84. RGB value is (100,112,132). Sum of RGB (Red+Green+Blue) = 100+112+132=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #647084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647084 is #9B8F7B. Grayscale: #6E6E6E. Windows color (decimal): -10194812 or 8679524. OLE color: 8679524.

HSL color Cylindrical-coordinate representation of color #647084: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647084 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 112 132 -
CMYK 0.24 0.15 0 0.48
HSL 217.5º 0.14% 0.45% -
HSV(B) 217.5º 0.24% 0.52% -
XYZ 15.21 15.96 24.11 -
YUV 110.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 100 112 132 0.24 0.15 0 0.48 217.5 0.14 0.45
Hex 64 70 84 18 F 0 30 DA E 2D
Octal 144 160 204 30 17 0 60 332 16 55
Binary 1100100 1110000 10000100 11000 1111 0 110000 11011010 1110 101101

Color Harmonies of #647084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647084

Black with #647084

Text Example


Text Example

White with #647084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647084; }

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

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

background-color css

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

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

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

border-color css

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

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

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