Html Css Color HEX #603476 Honey Flower

📋 copy color: '#603476'

red 96 ◦ green 52 ◦ blue 118

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

Shades of Honey Flower #603476

Tints of Honey Flower #603476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 36.09%
G = 19.55%
B = 44.36%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603476 (or 0x603476) is known color: Honey Flower. HEX triplet: 60, 34 and 76. RGB value is (96,52,118). Sum of RGB (Red+Green+Blue) = 96+52+118=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #603476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603476 is #9FCB89. Grayscale: #484848. Windows color (decimal): -10472330 or 7746656. OLE color: 7746656.

HSL color Cylindrical-coordinate representation of color #603476: hue angle of 280º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603476 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 52 118 -
CMYK 0.19 0.56 0 0.54
HSL 280º 0.39% 0.33% -
HSV(B) 280º 0.56% 0.46% -
XYZ 9.32 6.25 17.85 -
YUV 72.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 96 52 118 0.19 0.56 0 0.54 280 0.39 0.33
Hex 60 34 76 13 38 0 36 118 27 21
Octal 140 64 166 23 70 0 66 430 47 41
Binary 1100000 110100 1110110 10011 111000 0 110110 100011000 100111 100001

Color Harmonies of #603476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603476

Black with #603476

Text Example


Text Example

White with #603476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603476; }

 p { color: rgb(96,52,118); }

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

background-color css

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

 a { background-color: rgb(96,52,118); }

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

border-color css

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

 span { border-color: rgb(96,52,118); }

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