Html Css Color HEX #61396C Honey Flower

📋 copy color: '#61396C'

red 97 ◦ green 57 ◦ blue 108

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

Shades of Honey Flower #61396C

Tints of Honey Flower #61396C

RGB

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

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

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

R = 37.02%
G = 21.76%
B = 41.22%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61396C (or 0x61396C) is known color: Honey Flower. HEX triplet: 61, 39 and 6C. RGB value is (97,57,108). Sum of RGB (Red+Green+Blue) = 97+57+108=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #61396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61396C is #9EC693. Grayscale: #4A4A4A. Windows color (decimal): -10405524 or 7092577. OLE color: 7092577.

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

Color convert

RGB 97 57 108 -
CMYK 0.10 0.47 0 0.58
HSL 287.06º 0.31% 0.32% -
HSV(B) 287.06º 0.47% 0.42% -
XYZ 9.1 6.55 14.97 -
YUV 74.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 97 57 108 0.10 0.47 0 0.58 287.06 0.31 0.32
Hex 61 39 6C A 2F 0 3A 11F 1F 20
Octal 141 71 154 12 57 0 72 437 37 40
Binary 1100001 111001 1101100 1010 101111 0 111010 100011111 11111 100000

Color Harmonies of #61396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61396C

Black with #61396C

Text Example


Text Example

White with #61396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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