Html Css Color HEX #614471 Honey Flower

📋 copy color: '#614471'

red 97 ◦ green 68 ◦ blue 113

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

Shades of Honey Flower #614471

Tints of Honey Flower #614471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 34.89%
G = 24.46%
B = 40.65%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614471 (or 0x614471) is known color: Honey Flower. HEX triplet: 61, 44 and 71. RGB value is (97,68,113). Sum of RGB (Red+Green+Blue) = 97+68+113=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #614471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614471 is #9EBB8E. Grayscale: #515151. Windows color (decimal): -10402703 or 7423073. OLE color: 7423073.

HSL color Cylindrical-coordinate representation of color #614471: hue angle of 278.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614471 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 68 113 -
CMYK 0.14 0.40 0 0.56
HSL 278.67º 0.25% 0.35% -
HSV(B) 278.67º 0.4% 0.44% -
XYZ 9.98 7.87 16.62 -
YUV 81.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 97 68 113 0.14 0.40 0 0.56 278.67 0.25 0.35
Hex 61 44 71 E 28 0 38 117 19 23
Octal 141 104 161 16 50 0 70 427 31 43
Binary 1100001 1000100 1110001 1110 101000 0 111000 100010111 11001 100011

Color Harmonies of #614471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614471

Black with #614471

Text Example


Text Example

White with #614471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614471; }

 p { color: rgb(97,68,113); }

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

background-color css

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

 a { background-color: rgb(97,68,113); }

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

border-color css

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

 span { border-color: rgb(97,68,113); }

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