Html Css Color HEX #61426E Honey Flower

📋 copy color: '#61426E'

red 97 ◦ green 66 ◦ blue 110

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

Shades of Honey Flower #61426E

Tints of Honey Flower #61426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 35.53%
G = 24.18%
B = 40.29%

CMYK

 C value IS 0.12

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61426E (or 0x61426E) is known color: Honey Flower. HEX triplet: 61, 42 and 6E. RGB value is (97,66,110). Sum of RGB (Red+Green+Blue) = 97+66+110=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #61426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61426E is #9EBD91. Grayscale: #505050. Windows color (decimal): -10403218 or 7225953. OLE color: 7225953.

HSL color Cylindrical-coordinate representation of color #61426E: hue angle of 282.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61426E is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 66 110 -
CMYK 0.12 0.4 0 0.57
HSL 282.27º 0.25% 0.35% -
HSV(B) 282.27º 0.4% 0.43% -
XYZ 9.69 7.56 15.7 -
YUV 80.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 97 66 110 0.12 0.4 0 0.57 282.27 0.25 0.35
Hex 61 42 6E C 28 0 39 11A 19 23
Octal 141 102 156 14 50 0 71 432 31 43
Binary 1100001 1000010 1101110 1100 101000 0 111001 100011010 11001 100011

Color Harmonies of #61426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61426E

Black with #61426E

Text Example


Text Example

White with #61426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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