Html Css Color HEX #614277 Honey Flower

📋 copy color: '#614277'

red 97 ◦ green 66 ◦ blue 119

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

Shades of Honey Flower #614277

Tints of Honey Flower #614277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 34.4%
G = 23.4%
B = 42.2%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614277 (or 0x614277) is known color: Honey Flower. HEX triplet: 61, 42 and 77. RGB value is (97,66,119). Sum of RGB (Red+Green+Blue) = 97+66+119=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #614277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614277 is #9EBD88. Grayscale: #515151. Windows color (decimal): -10403209 or 7815777. OLE color: 7815777.

HSL color Cylindrical-coordinate representation of color #614277: hue angle of 275.09º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614277 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 66 119 -
CMYK 0.18 0.45 0 0.53
HSL 275.09º 0.29% 0.36% -
HSV(B) 275.09º 0.45% 0.47% -
XYZ 10.21 7.77 18.41 -
YUV 81.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 97 66 119 0.18 0.45 0 0.53 275.09 0.29 0.36
Hex 61 42 77 12 2D 0 35 113 1D 24
Octal 141 102 167 22 55 0 65 423 35 44
Binary 1100001 1000010 1110111 10010 101101 0 110101 100010011 11101 100100

Color Harmonies of #614277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614277

Black with #614277

Text Example


Text Example

White with #614277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614277; }

 p { color: rgb(97,66,119); }

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

background-color css

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

 a { background-color: rgb(97,66,119); }

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

border-color css

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

 span { border-color: rgb(97,66,119); }

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