Html Css Color HEX #614673 Honey Flower

📋 copy color: '#614673'

red 97 ◦ green 70 ◦ blue 115

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

Shades of Honey Flower #614673

Tints of Honey Flower #614673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 34.4%
G = 24.82%
B = 40.78%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614673 (or 0x614673) is known color: Honey Flower. HEX triplet: 61, 46 and 73. RGB value is (97,70,115). Sum of RGB (Red+Green+Blue) = 97+70+115=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #614673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614673 is #9EB98C. Grayscale: #535353. Windows color (decimal): -10402189 or 7554657. OLE color: 7554657.

HSL color Cylindrical-coordinate representation of color #614673: hue angle of 276º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614673 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 70 115 -
CMYK 0.16 0.39 0 0.55
HSL 276º 0.24% 0.36% -
HSV(B) 276º 0.39% 0.45% -
XYZ 10.21 8.16 17.26 -
YUV 83.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 97 70 115 0.16 0.39 0 0.55 276 0.24 0.36
Hex 61 46 73 10 27 0 37 114 18 24
Octal 141 106 163 20 47 0 67 424 30 44
Binary 1100001 1000110 1110011 10000 100111 0 110111 100010100 11000 100100

Color Harmonies of #614673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614673

Black with #614673

Text Example


Text Example

White with #614673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614673; }

 p { color: rgb(97,70,115); }

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

background-color css

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

 a { background-color: rgb(97,70,115); }

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

border-color css

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

 span { border-color: rgb(97,70,115); }

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