Html Css Color HEX #613670 Honey Flower

📋 copy color: '#613670'

red 97 ◦ green 54 ◦ blue 112

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

Shades of Honey Flower #613670

Tints of Honey Flower #613670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 36.88%
G = 20.53%
B = 42.59%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613670 (or 0x613670) is known color: Honey Flower. HEX triplet: 61, 36 and 70. RGB value is (97,54,112). Sum of RGB (Red+Green+Blue) = 97+54+112=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #613670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613670 is #9EC98F. Grayscale: #494949. Windows color (decimal): -10406288 or 7353953. OLE color: 7353953.

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

Color convert

RGB 97 54 112 -
CMYK 0.13 0.52 0 0.56
HSL 284.48º 0.35% 0.33% -
HSV(B) 284.48º 0.52% 0.44% -
XYZ 9.17 6.35 16.07 -
YUV 73.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 97 54 112 0.13 0.52 0 0.56 284.48 0.35 0.33
Hex 61 36 70 D 34 0 38 11C 23 21
Octal 141 66 160 15 64 0 70 434 43 41
Binary 1100001 110110 1110000 1101 110100 0 111000 100011100 100011 100001

Color Harmonies of #613670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613670

Black with #613670

Text Example


Text Example

White with #613670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613670; }

 p { color: rgb(97,54,112); }

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

background-color css

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

 a { background-color: rgb(97,54,112); }

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

border-color css

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

 span { border-color: rgb(97,54,112); }

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