Html Css Color HEX #647285 Raven

📋 copy color: '#647285'

red 100 ◦ green 114 ◦ blue 133

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

Shades of Raven #647285

Tints of Raven #647285

RGB

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

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

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

R = 28.82%
G = 32.85%
B = 38.33%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647285 (or 0x647285) is known color: Raven. HEX triplet: 64, 72 and 85. RGB value is (100,114,133). Sum of RGB (Red+Green+Blue) = 100+114+133=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #647285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647285 is #9B8D7A. Grayscale: #6F6F6F. Windows color (decimal): -10194299 or 8745572. OLE color: 8745572.

HSL color Cylindrical-coordinate representation of color #647285: hue angle of 214.55º 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 #647285 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 114 133 -
CMYK 0.25 0.14 0 0.48
HSL 214.55º 0.14% 0.46% -
HSV(B) 214.55º 0.25% 0.52% -
XYZ 15.51 16.44 24.55 -
YUV 111.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 100 114 133 0.25 0.14 0 0.48 214.55 0.14 0.46
Hex 64 72 85 19 E 0 30 D7 E 2E
Octal 144 162 205 31 16 0 60 327 16 56
Binary 1100100 1110010 10000101 11001 1110 0 110000 11010111 1110 101110

Color Harmonies of #647285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647285

Black with #647285

Text Example


Text Example

White with #647285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647285; }

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

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

background-color css

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

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

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

border-color css

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

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

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