Html Css Color HEX #61396E Honey Flower

📋 copy color: '#61396E'

red 97 ◦ green 57 ◦ blue 110

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

Shades of Honey Flower #61396E

Tints of Honey Flower #61396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 36.74%
G = 21.59%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61396E (or 0x61396E) is known color: Honey Flower. HEX triplet: 61, 39 and 6E. RGB value is (97,57,110). Sum of RGB (Red+Green+Blue) = 97+57+110=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #61396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61396E is #9EC691. Grayscale: #4A4A4A. Windows color (decimal): -10405522 or 7223649. OLE color: 7223649.

HSL color Cylindrical-coordinate representation of color #61396E: hue angle of 285.28º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61396E is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 57 110 -
CMYK 0.12 0.48 0 0.57
HSL 285.28º 0.32% 0.33% -
HSV(B) 285.28º 0.48% 0.43% -
XYZ 9.21 6.59 15.54 -
YUV 75 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 97 57 110 0.12 0.48 0 0.57 285.28 0.32 0.33
Hex 61 39 6E C 30 0 39 11D 20 21
Octal 141 71 156 14 60 0 71 435 40 41
Binary 1100001 111001 1101110 1100 110000 0 111001 100011101 100000 100001

Color Harmonies of #61396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61396E

Black with #61396E

Text Example


Text Example

White with #61396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61396E; }

 p { color: rgb(97,57,110); }

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

background-color css

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

 a { background-color: rgb(97,57,110); }

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

border-color css

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

 span { border-color: rgb(97,57,110); }

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