Html Css Color HEX #613C6C Honey Flower

📋 copy color: '#613C6C'

red 97 ◦ green 60 ◦ blue 108

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

Shades of Honey Flower #613C6C

Tints of Honey Flower #613C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 36.6%
G = 22.64%
B = 40.75%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#613C6C (or 0x613C6C) is known color: Honey Flower. HEX triplet: 61, 3C and 6C. RGB value is (97,60,108). Sum of RGB (Red+Green+Blue) = 97+60+108=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #613C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C6C is #9EC393. Grayscale: #4C4C4C. Windows color (decimal): -10404756 or 7093345. OLE color: 7093345.

HSL color Cylindrical-coordinate representation of color #613C6C: hue angle of 286.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613C6C is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 60 108 -
CMYK 0.10 0.44 0 0.58
HSL 286.25º 0.29% 0.33% -
HSV(B) 286.25º 0.44% 0.42% -
XYZ 9.25 6.86 15.02 -
YUV 76.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 97 60 108 0.10 0.44 0 0.58 286.25 0.29 0.33
Hex 61 3C 6C A 2C 0 3A 11E 1D 21
Octal 141 74 154 12 54 0 72 436 35 41
Binary 1100001 111100 1101100 1010 101100 0 111010 100011110 11101 100001

Color Harmonies of #613C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C6C

Black with #613C6C

Text Example


Text Example

White with #613C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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