Html Css Color HEX #603D76 Honey Flower

📋 copy color: '#603D76'

red 96 ◦ green 61 ◦ blue 118

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

Shades of Honey Flower #603D76

Tints of Honey Flower #603D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 34.91%
G = 22.18%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603D76 (or 0x603D76) is known color: Honey Flower. HEX triplet: 60, 3D and 76. RGB value is (96,61,118). Sum of RGB (Red+Green+Blue) = 96+61+118=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #603D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D76 is #9FC289. Grayscale: #4D4D4D. Windows color (decimal): -10470026 or 7748960. OLE color: 7748960.

HSL color Cylindrical-coordinate representation of color #603D76: hue angle of 276.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603D76 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 61 118 -
CMYK 0.19 0.48 0 0.54
HSL 276.84º 0.32% 0.35% -
HSV(B) 276.84º 0.48% 0.46% -
XYZ 9.76 7.13 18 -
YUV 77.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 96 61 118 0.19 0.48 0 0.54 276.84 0.32 0.35
Hex 60 3D 76 13 30 0 36 115 20 23
Octal 140 75 166 23 60 0 66 425 40 43
Binary 1100000 111101 1110110 10011 110000 0 110110 100010101 100000 100011

Color Harmonies of #603D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D76

Black with #603D76

Text Example


Text Example

White with #603D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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