Html Css Color HEX #603C6D Honey Flower

📋 copy color: '#603C6D'

red 96 ◦ green 60 ◦ blue 109

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

Shades of Honey Flower #603C6D

Tints of Honey Flower #603C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 36.23%
G = 22.64%
B = 41.13%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#603C6D (or 0x603C6D) is known color: Honey Flower. HEX triplet: 60, 3C and 6D. RGB value is (96,60,109). Sum of RGB (Red+Green+Blue) = 96+60+109=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #603C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C6D is #9FC392. Grayscale: #4C4C4C. Windows color (decimal): -10470291 or 7158880. OLE color: 7158880.

HSL color Cylindrical-coordinate representation of color #603C6D: hue angle of 284.08º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603C6D is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 60 109 -
CMYK 0.12 0.45 0 0.57
HSL 284.08º 0.29% 0.33% -
HSV(B) 284.08º 0.45% 0.43% -
XYZ 9.2 6.82 15.3 -
YUV 76.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 96 60 109 0.12 0.45 0 0.57 284.08 0.29 0.33
Hex 60 3C 6D C 2D 0 39 11C 1D 21
Octal 140 74 155 14 55 0 71 434 35 41
Binary 1100000 111100 1101101 1100 101101 0 111001 100011100 11101 100001

Color Harmonies of #603C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C6D

Black with #603C6D

Text Example


Text Example

White with #603C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C6D; }

 p { color: rgb(96,60,109); }

 H1.HeaderClassName
 {
   color: #603C6D;
 }
 .AnyTagClassName
 {
   color: #603C6D;
 }
</style>

background-color css

<style>
 a { background-color: #603C6D; }

 a { background-color: rgb(96,60,109); }

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

border-color css

<style>
 span { border-color: #603C6D; }

 span { border-color: rgb(96,60,109); }

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