Html Css Color HEX #60386F Honey Flower

📋 copy color: '#60386F'

red 96 ◦ green 56 ◦ blue 111

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

Shades of Honey Flower #60386F

Tints of Honey Flower #60386F

RGB

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

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

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

R = 36.5%
G = 21.29%
B = 42.21%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60386F (or 0x60386F) is known color: Honey Flower. HEX triplet: 60, 38 and 6F. RGB value is (96,56,111). Sum of RGB (Red+Green+Blue) = 96+56+111=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #60386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60386F is #9FC790. Grayscale: #4A4A4A. Windows color (decimal): -10471313 or 7288928. OLE color: 7288928.

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

Color convert

RGB 96 56 111 -
CMYK 0.14 0.50 0 0.56
HSL 283.64º 0.33% 0.33% -
HSV(B) 283.64º 0.5% 0.44% -
XYZ 9.11 6.46 15.81 -
YUV 74.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 96 56 111 0.14 0.50 0 0.56 283.64 0.33 0.33
Hex 60 38 6F E 32 0 38 11C 21 21
Octal 140 70 157 16 62 0 70 434 41 41
Binary 1100000 111000 1101111 1110 110010 0 111000 100011100 100001 100001

Color Harmonies of #60386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60386F

Black with #60386F

Text Example


Text Example

White with #60386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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