Html Css Color HEX #614063 Seance

📋 copy color: '#614063'

red 97 ◦ green 64 ◦ blue 99

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

Shades of Seance #614063

Tints of Seance #614063

RGB

 RED value IS 97 (38.28% from 255) = 37.31%

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 37.31%
G = 24.62%
B = 38.08%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#614063 (or 0x614063) is known color: Seance. HEX triplet: 61, 40 and 63. RGB value is (97,64,99). Sum of RGB (Red+Green+Blue) = 97+64+99=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #614063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614063 is #9EBF9C. Grayscale: #4D4D4D. Windows color (decimal): -10403741 or 6504545. OLE color: 6504545.

HSL color Cylindrical-coordinate representation of color #614063: hue angle of 296.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614063 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 64 99 -
CMYK 0.02 0.35 0 0.61
HSL 296.57º 0.21% 0.32% -
HSV(B) 296.57º 0.35% 0.39% -
XYZ 9.02 7.11 12.7 -
YUV 77.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 97 64 99 0.02 0.35 0 0.61 296.57 0.21 0.32
Hex 61 40 63 2 23 0 3D 129 15 20
Octal 141 100 143 2 43 0 75 451 25 40
Binary 1100001 1000000 1100011 10 100011 0 111101 100101001 10101 100000

Color Harmonies of #614063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614063

Black with #614063

Text Example


Text Example

White with #614063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614063; }

 p { color: rgb(97,64,99); }

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

background-color css

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

 a { background-color: rgb(97,64,99); }

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

border-color css

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

 span { border-color: rgb(97,64,99); }

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