Html Css Color HEX #60386A Honey Flower

📋 copy color: '#60386A'

red 96 ◦ green 56 ◦ blue 106

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

Shades of Honey Flower #60386A

Tints of Honey Flower #60386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 37.21%
G = 21.71%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60386A (or 0x60386A) is known color: Honey Flower. HEX triplet: 60, 38 and 6A. RGB value is (96,56,106). Sum of RGB (Red+Green+Blue) = 96+56+106=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #60386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60386A is #9FC795. Grayscale: #494949. Windows color (decimal): -10471318 or 6961248. OLE color: 6961248.

HSL color Cylindrical-coordinate representation of color #60386A: hue angle of 288º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60386A is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 56 106 -
CMYK 0.09 0.47 0 0.58
HSL 288º 0.31% 0.32% -
HSV(B) 288º 0.47% 0.42% -
XYZ 8.84 6.36 14.4 -
YUV 73.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 96 56 106 0.09 0.47 0 0.58 288 0.31 0.32
Hex 60 38 6A 9 2F 0 3A 120 1F 20
Octal 140 70 152 11 57 0 72 440 37 40
Binary 1100000 111000 1101010 1001 101111 0 111010 100100000 11111 100000

Color Harmonies of #60386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60386A

Black with #60386A

Text Example


Text Example

White with #60386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60386A; }

 p { color: rgb(96,56,106); }

 H1.HeaderClassName
 {
   color: #60386A;
 }
 .AnyTagClassName
 {
   color: #60386A;
 }
</style>

background-color css

<style>
 a { background-color: #60386A; }

 a { background-color: rgb(96,56,106); }

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

border-color css

<style>
 span { border-color: #60386A; }

 span { border-color: rgb(96,56,106); }

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