Html Css Color HEX #61476C Honey Flower

📋 copy color: '#61476C'

red 97 ◦ green 71 ◦ blue 108

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

Shades of Honey Flower #61476C

Tints of Honey Flower #61476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 35.14%
G = 25.72%
B = 39.13%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61476C (or 0x61476C) is known color: Honey Flower. HEX triplet: 61, 47 and 6C. RGB value is (97,71,108). Sum of RGB (Red+Green+Blue) = 97+71+108=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #61476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61476C is #9EB893. Grayscale: #525252. Windows color (decimal): -10401940 or 7096161. OLE color: 7096161.

HSL color Cylindrical-coordinate representation of color #61476C: hue angle of 282.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61476C is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 71 108 -
CMYK 0.10 0.34 0 0.58
HSL 282.16º 0.21% 0.35% -
HSV(B) 282.16º 0.34% 0.42% -
XYZ 9.89 8.13 15.24 -
YUV 82.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 97 71 108 0.10 0.34 0 0.58 282.16 0.21 0.35
Hex 61 47 6C A 22 0 3A 11A 15 23
Octal 141 107 154 12 42 0 72 432 25 43
Binary 1100001 1000111 1101100 1010 100010 0 111010 100011010 10101 100011

Color Harmonies of #61476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61476C

Black with #61476C

Text Example


Text Example

White with #61476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61476C; }

 p { color: rgb(97,71,108); }

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

background-color css

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

 a { background-color: rgb(97,71,108); }

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

border-color css

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

 span { border-color: rgb(97,71,108); }

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