Html Css Color HEX #614A70 Honey Flower

📋 copy color: '#614A70'

red 97 ◦ green 74 ◦ blue 112

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

Shades of Honey Flower #614A70

Tints of Honey Flower #614A70

RGB

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

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

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

R = 34.28%
G = 26.15%
B = 39.58%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614A70 (or 0x614A70) is known color: Honey Flower. HEX triplet: 61, 4A and 70. RGB value is (97,74,112). Sum of RGB (Red+Green+Blue) = 97+74+112=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #614A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A70 is #9EB58F. Grayscale: #555555. Windows color (decimal): -10401168 or 7359073. OLE color: 7359073.

HSL color Cylindrical-coordinate representation of color #614A70: hue angle of 276.32º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614A70 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 74 112 -
CMYK 0.13 0.34 0 0.56
HSL 276.32º 0.2% 0.36% -
HSV(B) 276.32º 0.34% 0.44% -
XYZ 10.3 8.61 16.45 -
YUV 85.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 97 74 112 0.13 0.34 0 0.56 276.32 0.2 0.36
Hex 61 4A 70 D 22 0 38 114 14 24
Octal 141 112 160 15 42 0 70 424 24 44
Binary 1100001 1001010 1110000 1101 100010 0 111000 100010100 10100 100100

Color Harmonies of #614A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A70

Black with #614A70

Text Example


Text Example

White with #614A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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