Html Css Color HEX #61386F Honey Flower

📋 copy color: '#61386F'

red 97 ◦ green 56 ◦ blue 111

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

Shades of Honey Flower #61386F

Tints of Honey Flower #61386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 36.74%
G = 21.21%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61386F (or 0x61386F) is known color: Honey Flower. HEX triplet: 61, 38 and 6F. RGB value is (97,56,111). Sum of RGB (Red+Green+Blue) = 97+56+111=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #61386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61386F is #9EC790. Grayscale: #4A4A4A. Windows color (decimal): -10405777 or 7288929. OLE color: 7288929.

HSL color Cylindrical-coordinate representation of color #61386F: hue angle of 284.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61386F is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 56 111 -
CMYK 0.13 0.50 0 0.56
HSL 284.73º 0.33% 0.33% -
HSV(B) 284.73º 0.5% 0.44% -
XYZ 9.21 6.52 15.81 -
YUV 74.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 97 56 111 0.13 0.50 0 0.56 284.73 0.33 0.33
Hex 61 38 6F D 32 0 38 11D 21 21
Octal 141 70 157 15 62 0 70 435 41 41
Binary 1100001 111000 1101111 1101 110010 0 111000 100011101 100001 100001

Color Harmonies of #61386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61386F

Black with #61386F

Text Example


Text Example

White with #61386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61386F; }

 p { color: rgb(97,56,111); }

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

background-color css

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

 a { background-color: rgb(97,56,111); }

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

border-color css

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

 span { border-color: rgb(97,56,111); }

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