Html Css Color HEX #614575 Honey Flower

📋 copy color: '#614575'

red 97 ◦ green 69 ◦ blue 117

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

Shades of Honey Flower #614575

Tints of Honey Flower #614575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

 BLUE value IS 117 (46.09% from 255) = 41.34%

R = 34.28%
G = 24.38%
B = 41.34%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#614575 (or 0x614575) is known color: Honey Flower. HEX triplet: 61, 45 and 75. RGB value is (97,69,117). Sum of RGB (Red+Green+Blue) = 97+69+117=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #614575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614575 is #9EBA8A. Grayscale: #525252. Windows color (decimal): -10402443 or 7685473. OLE color: 7685473.

HSL color Cylindrical-coordinate representation of color #614575: hue angle of 275º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614575 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 69 117 -
CMYK 0.17 0.41 0 0.54
HSL 275º 0.26% 0.36% -
HSV(B) 275º 0.41% 0.46% -
XYZ 10.27 8.08 17.85 -
YUV 82.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 97 69 117 0.17 0.41 0 0.54 275 0.26 0.36
Hex 61 45 75 11 29 0 36 113 1A 24
Octal 141 105 165 21 51 0 66 423 32 44
Binary 1100001 1000101 1110101 10001 101001 0 110110 100010011 11010 100100

Color Harmonies of #614575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614575

Black with #614575

Text Example


Text Example

White with #614575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614575; }

 p { color: rgb(97,69,117); }

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

background-color css

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

 a { background-color: rgb(97,69,117); }

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

border-color css

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

 span { border-color: rgb(97,69,117); }

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