Html Css Color HEX #60406B Honey Flower

📋 copy color: '#60406B'

red 96 ◦ green 64 ◦ blue 107

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

Shades of Honey Flower #60406B

Tints of Honey Flower #60406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 35.96%
G = 23.97%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60406B (or 0x60406B) is known color: Honey Flower. HEX triplet: 60, 40 and 6B. RGB value is (96,64,107). Sum of RGB (Red+Green+Blue) = 96+64+107=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #60406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60406B is #9FBF94. Grayscale: #4E4E4E. Windows color (decimal): -10469269 or 7028832. OLE color: 7028832.

HSL color Cylindrical-coordinate representation of color #60406B: hue angle of 284.65º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60406B is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 64 107 -
CMYK 0.10 0.40 0 0.58
HSL 284.65º 0.25% 0.34% -
HSV(B) 284.65º 0.4% 0.42% -
XYZ 9.31 7.22 14.81 -
YUV 78.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 96 64 107 0.10 0.40 0 0.58 284.65 0.25 0.34
Hex 60 40 6B A 28 0 3A 11D 19 22
Octal 140 100 153 12 50 0 72 435 31 42
Binary 1100000 1000000 1101011 1010 101000 0 111010 100011101 11001 100010

Color Harmonies of #60406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60406B

Black with #60406B

Text Example


Text Example

White with #60406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60406B; }

 p { color: rgb(96,64,107); }

 H1.HeaderClassName
 {
   color: #60406B;
 }
 .AnyTagClassName
 {
   color: #60406B;
 }
</style>

background-color css

<style>
 a { background-color: #60406B; }

 a { background-color: rgb(96,64,107); }

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

border-color css

<style>
 span { border-color: #60406B; }

 span { border-color: rgb(96,64,107); }

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