Html Css Color HEX #613B6E Honey Flower

📋 copy color: '#613B6E'

red 97 ◦ green 59 ◦ blue 110

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

Shades of Honey Flower #613B6E

Tints of Honey Flower #613B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 110 (43.36% from 255) = 41.35%

R = 36.47%
G = 22.18%
B = 41.35%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#613B6E (or 0x613B6E) is known color: Honey Flower. HEX triplet: 61, 3B and 6E. RGB value is (97,59,110). Sum of RGB (Red+Green+Blue) = 97+59+110=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #613B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B6E is #9EC491. Grayscale: #4C4C4C. Windows color (decimal): -10405010 or 7224161. OLE color: 7224161.

HSL color Cylindrical-coordinate representation of color #613B6E: hue angle of 284.71º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613B6E is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 59 110 -
CMYK 0.12 0.46 0 0.57
HSL 284.71º 0.3% 0.33% -
HSV(B) 284.71º 0.46% 0.43% -
XYZ 9.31 6.8 15.57 -
YUV 76.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 97 59 110 0.12 0.46 0 0.57 284.71 0.3 0.33
Hex 61 3B 6E C 2E 0 39 11D 1E 21
Octal 141 73 156 14 56 0 71 435 36 41
Binary 1100001 111011 1101110 1100 101110 0 111001 100011101 11110 100001

Color Harmonies of #613B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B6E

Black with #613B6E

Text Example


Text Example

White with #613B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,59,110); }

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

background-color css

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

 a { background-color: rgb(97,59,110); }

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

border-color css

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

 span { border-color: rgb(97,59,110); }

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