Html Css Color HEX #60386E Honey Flower

📋 copy color: '#60386E'

red 96 ◦ green 56 ◦ blue 110

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

Shades of Honey Flower #60386E

Tints of Honey Flower #60386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.98%

R = 36.64%
G = 21.37%
B = 41.98%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60386E (or 0x60386E) is known color: Honey Flower. HEX triplet: 60, 38 and 6E. RGB value is (96,56,110). Sum of RGB (Red+Green+Blue) = 96+56+110=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #60386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60386E is #9FC791. Grayscale: #494949. Windows color (decimal): -10471314 or 7223392. OLE color: 7223392.

HSL color Cylindrical-coordinate representation of color #60386E: hue angle of 284.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60386E is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 56 110 -
CMYK 0.13 0.49 0 0.57
HSL 284.44º 0.33% 0.33% -
HSV(B) 284.44º 0.49% 0.43% -
XYZ 9.05 6.44 15.52 -
YUV 74.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 96 56 110 0.13 0.49 0 0.57 284.44 0.33 0.33
Hex 60 38 6E D 31 0 39 11C 21 21
Octal 140 70 156 15 61 0 71 434 41 41
Binary 1100000 111000 1101110 1101 110001 0 111001 100011100 100001 100001

Color Harmonies of #60386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60386E

Black with #60386E

Text Example


Text Example

White with #60386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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