Html Css Color HEX #613671 Honey Flower

📋 copy color: '#613671'

red 97 ◦ green 54 ◦ blue 113

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

Shades of Honey Flower #613671

Tints of Honey Flower #613671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 36.74%
G = 20.45%
B = 42.8%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613671 (or 0x613671) is known color: Honey Flower. HEX triplet: 61, 36 and 71. RGB value is (97,54,113). Sum of RGB (Red+Green+Blue) = 97+54+113=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #613671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613671 is #9EC98E. Grayscale: #494949. Windows color (decimal): -10406287 or 7419489. OLE color: 7419489.

HSL color Cylindrical-coordinate representation of color #613671: hue angle of 283.73º 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 #613671 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 54 113 -
CMYK 0.14 0.52 0 0.56
HSL 283.73º 0.35% 0.33% -
HSV(B) 283.73º 0.52% 0.44% -
XYZ 9.23 6.37 16.37 -
YUV 73.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 97 54 113 0.14 0.52 0 0.56 283.73 0.35 0.33
Hex 61 36 71 E 34 0 38 11C 23 21
Octal 141 66 161 16 64 0 70 434 43 41
Binary 1100001 110110 1110001 1110 110100 0 111000 100011100 100011 100001

Color Harmonies of #613671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613671

Black with #613671

Text Example


Text Example

White with #613671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613671; }

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

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

background-color css

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

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

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

border-color css

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

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

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