Html Css Color HEX #60466D Honey Flower

📋 copy color: '#60466D'

red 96 ◦ green 70 ◦ blue 109

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

Shades of Honey Flower #60466D

Tints of Honey Flower #60466D

RGB

 RED value IS 96 (37.89% from 255) = 34.91%

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 34.91%
G = 25.45%
B = 39.64%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60466D (or 0x60466D) is known color: Honey Flower. HEX triplet: 60, 46 and 6D. RGB value is (96,70,109). Sum of RGB (Red+Green+Blue) = 96+70+109=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #60466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60466D is #9FB992. Grayscale: #525252. Windows color (decimal): -10467731 or 7161440. OLE color: 7161440.

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

Color convert

RGB 96 70 109 -
CMYK 0.12 0.36 0 0.57
HSL 280º 0.22% 0.35% -
HSV(B) 280º 0.36% 0.43% -
XYZ 9.77 7.97 15.49 -
YUV 82.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 96 70 109 0.12 0.36 0 0.57 280 0.22 0.35
Hex 60 46 6D C 24 0 39 118 16 23
Octal 140 106 155 14 44 0 71 430 26 43
Binary 1100000 1000110 1101101 1100 100100 0 111001 100011000 10110 100011

Color Harmonies of #60466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60466D

Black with #60466D

Text Example


Text Example

White with #60466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60466D; }

 p { color: rgb(96,70,109); }

 H1.HeaderClassName
 {
   color: #60466D;
 }
 .AnyTagClassName
 {
   color: #60466D;
 }
</style>

background-color css

<style>
 a { background-color: #60466D; }

 a { background-color: rgb(96,70,109); }

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

border-color css

<style>
 span { border-color: #60466D; }

 span { border-color: rgb(96,70,109); }

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