Html Css Color HEX #613D6C Honey Flower

📋 copy color: '#613D6C'

red 97 ◦ green 61 ◦ blue 108

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

Shades of Honey Flower #613D6C

Tints of Honey Flower #613D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

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

R = 36.47%
G = 22.93%
B = 40.6%

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

#613D6C (or 0x613D6C) is known color: Honey Flower. HEX triplet: 61, 3D and 6C. RGB value is (97,61,108). Sum of RGB (Red+Green+Blue) = 97+61+108=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #613D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D6C is #9EC293. Grayscale: #4C4C4C. Windows color (decimal): -10404500 or 7093601. OLE color: 7093601.

HSL color Cylindrical-coordinate representation of color #613D6C: hue angle of 285.96º degrees, saturation: 0.28, 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 #613D6C is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 61 108 -
CMYK 0.10 0.44 0 0.58
HSL 285.96º 0.28% 0.33% -
HSV(B) 285.96º 0.44% 0.42% -
XYZ 9.31 6.96 15.04 -
YUV 77.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 97 61 108 0.10 0.44 0 0.58 285.96 0.28 0.33
Hex 61 3D 6C A 2C 0 3A 11E 1C 21
Octal 141 75 154 12 54 0 72 436 34 41
Binary 1100001 111101 1101100 1010 101100 0 111010 100011110 11100 100001

Color Harmonies of #613D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D6C

Black with #613D6C

Text Example


Text Example

White with #613D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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