Html Css Color HEX #60396C Honey Flower

📋 copy color: '#60396C'

red 96 ◦ green 57 ◦ blue 108

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

Shades of Honey Flower #60396C

Tints of Honey Flower #60396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 36.78%
G = 21.84%
B = 41.38%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60396C (or 0x60396C) is known color: Honey Flower. HEX triplet: 60, 39 and 6C. RGB value is (96,57,108). Sum of RGB (Red+Green+Blue) = 96+57+108=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #60396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60396C is #9FC693. Grayscale: #4A4A4A. Windows color (decimal): -10471060 or 7092576. OLE color: 7092576.

HSL color Cylindrical-coordinate representation of color #60396C: hue angle of 285.88º 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 #60396C is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 57 108 -
CMYK 0.11 0.47 0 0.58
HSL 285.88º 0.31% 0.32% -
HSV(B) 285.88º 0.47% 0.42% -
XYZ 8.99 6.5 14.97 -
YUV 74.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 96 57 108 0.11 0.47 0 0.58 285.88 0.31 0.32
Hex 60 39 6C B 2F 0 3A 11E 1F 20
Octal 140 71 154 13 57 0 72 436 37 40
Binary 1100000 111001 1101100 1011 101111 0 111010 100011110 11111 100000

Color Harmonies of #60396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60396C

Black with #60396C

Text Example


Text Example

White with #60396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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