Html Css Color HEX #614170 Honey Flower

📋 copy color: '#614170'

red 97 ◦ green 65 ◦ blue 112

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

Shades of Honey Flower #614170

Tints of Honey Flower #614170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 35.4%
G = 23.72%
B = 40.88%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614170 (or 0x614170) is known color: Honey Flower. HEX triplet: 61, 41 and 70. RGB value is (97,65,112). Sum of RGB (Red+Green+Blue) = 97+65+112=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #614170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614170 is #9EBE8F. Grayscale: #4F4F4F. Windows color (decimal): -10403472 or 7356769. OLE color: 7356769.

HSL color Cylindrical-coordinate representation of color #614170: hue angle of 280.85º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614170 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 65 112 -
CMYK 0.13 0.42 0 0.56
HSL 280.85º 0.27% 0.35% -
HSV(B) 280.85º 0.42% 0.44% -
XYZ 9.74 7.49 16.26 -
YUV 79.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 97 65 112 0.13 0.42 0 0.56 280.85 0.27 0.35
Hex 61 41 70 D 2A 0 38 119 1B 23
Octal 141 101 160 15 52 0 70 431 33 43
Binary 1100001 1000001 1110000 1101 101010 0 111000 100011001 11011 100011

Color Harmonies of #614170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614170

Black with #614170

Text Example


Text Example

White with #614170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614170; }

 p { color: rgb(97,65,112); }

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

background-color css

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

 a { background-color: rgb(97,65,112); }

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

border-color css

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

 span { border-color: rgb(97,65,112); }

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