Html Css Color HEX #614A6C Honey Flower

📋 copy color: '#614A6C'

red 97 ◦ green 74 ◦ blue 108

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

Shades of Honey Flower #614A6C

Tints of Honey Flower #614A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 34.77%
G = 26.52%
B = 38.71%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#614A6C (or 0x614A6C) is known color: Honey Flower. HEX triplet: 61, 4A and 6C. RGB value is (97,74,108). Sum of RGB (Red+Green+Blue) = 97+74+108=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #614A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A6C is #9EB593. Grayscale: #545454. Windows color (decimal): -10401172 or 7096929. OLE color: 7096929.

HSL color Cylindrical-coordinate representation of color #614A6C: hue angle of 280.59º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614A6C is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 74 108 -
CMYK 0.10 0.31 0 0.58
HSL 280.59º 0.19% 0.36% -
HSV(B) 280.59º 0.31% 0.42% -
XYZ 10.09 8.52 15.3 -
YUV 84.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 97 74 108 0.10 0.31 0 0.58 280.59 0.19 0.36
Hex 61 4A 6C A 1F 0 3A 119 13 24
Octal 141 112 154 12 37 0 72 431 23 44
Binary 1100001 1001010 1101100 1010 11111 0 111010 100011001 10011 100100

Color Harmonies of #614A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A6C

Black with #614A6C

Text Example


Text Example

White with #614A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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