Html Css Color HEX #647485 Raven

📋 copy color: '#647485'

red 100 ◦ green 116 ◦ blue 133

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

Shades of Raven #647485

Tints of Raven #647485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 28.65%
G = 33.24%
B = 38.11%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647485 (or 0x647485) is known color: Raven. HEX triplet: 64, 74 and 85. RGB value is (100,116,133). Sum of RGB (Red+Green+Blue) = 100+116+133=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #647485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647485 is #9B8B7A. Grayscale: #717171. Windows color (decimal): -10193787 or 8746084. OLE color: 8746084.

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

Color convert

RGB 100 116 133 -
CMYK 0.25 0.13 0 0.48
HSL 210.91º 0.14% 0.46% -
HSV(B) 210.91º 0.25% 0.52% -
XYZ 15.73 16.89 24.62 -
YUV 113.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 100 116 133 0.25 0.13 0 0.48 210.91 0.14 0.46
Hex 64 74 85 19 D 0 30 D3 E 2E
Octal 144 164 205 31 15 0 60 323 16 56
Binary 1100100 1110100 10000101 11001 1101 0 110000 11010011 1110 101110

Color Harmonies of #647485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647485

Black with #647485

Text Example


Text Example

White with #647485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647485; }

 p { color: rgb(100,116,133); }

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

background-color css

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

 a { background-color: rgb(100,116,133); }

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

border-color css

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

 span { border-color: rgb(100,116,133); }

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