Html Css Color HEX #60396F Honey Flower

📋 copy color: '#60396F'

red 96 ◦ green 57 ◦ blue 111

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

Shades of Honey Flower #60396F

Tints of Honey Flower #60396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 36.36%
G = 21.59%
B = 42.05%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60396F (or 0x60396F) is known color: Honey Flower. HEX triplet: 60, 39 and 6F. RGB value is (96,57,111). Sum of RGB (Red+Green+Blue) = 96+57+111=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #60396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60396F is #9FC690. Grayscale: #4A4A4A. Windows color (decimal): -10471057 or 7289184. OLE color: 7289184.

HSL color Cylindrical-coordinate representation of color #60396F: hue angle of 283.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60396F is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 57 111 -
CMYK 0.14 0.49 0 0.56
HSL 283.33º 0.32% 0.33% -
HSV(B) 283.33º 0.49% 0.44% -
XYZ 9.16 6.56 15.82 -
YUV 74.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 96 57 111 0.14 0.49 0 0.56 283.33 0.32 0.33
Hex 60 39 6F E 31 0 38 11B 20 21
Octal 140 71 157 16 61 0 70 433 40 41
Binary 1100000 111001 1101111 1110 110001 0 111000 100011011 100000 100001

Color Harmonies of #60396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60396F

Black with #60396F

Text Example


Text Example

White with #60396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60396F; }

 p { color: rgb(96,57,111); }

 H1.HeaderClassName
 {
   color: #60396F;
 }
 .AnyTagClassName
 {
   color: #60396F;
 }
</style>

background-color css

<style>
 a { background-color: #60396F; }

 a { background-color: rgb(96,57,111); }

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

border-color css

<style>
 span { border-color: #60396F; }

 span { border-color: rgb(96,57,111); }

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