Html Css Color HEX #613F72 Honey Flower

📋 copy color: '#613F72'

red 97 ◦ green 63 ◦ blue 114

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

Shades of Honey Flower #613F72

Tints of Honey Flower #613F72

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 35.4%
G = 22.99%
B = 41.61%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613F72 (or 0x613F72) is known color: Honey Flower. HEX triplet: 61, 3F and 72. RGB value is (97,63,114). Sum of RGB (Red+Green+Blue) = 97+63+114=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #613F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F72 is #9EC08D. Grayscale: #4E4E4E. Windows color (decimal): -10403982 or 7487329. OLE color: 7487329.

HSL color Cylindrical-coordinate representation of color #613F72: hue angle of 280º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613F72 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 63 114 -
CMYK 0.15 0.45 0 0.55
HSL 280º 0.29% 0.35% -
HSV(B) 280º 0.45% 0.45% -
XYZ 9.74 7.31 16.82 -
YUV 78.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 97 63 114 0.15 0.45 0 0.55 280 0.29 0.35
Hex 61 3F 72 F 2D 0 37 118 1D 23
Octal 141 77 162 17 55 0 67 430 35 43
Binary 1100001 111111 1110010 1111 101101 0 110111 100011000 11101 100011

Color Harmonies of #613F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F72

Black with #613F72

Text Example


Text Example

White with #613F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,114); }

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

background-color css

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

 a { background-color: rgb(97,63,114); }

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

border-color css

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

 span { border-color: rgb(97,63,114); }

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