Html Css Color HEX #603475 Honey Flower

📋 copy color: '#603475'

red 96 ◦ green 52 ◦ blue 117

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

Shades of Honey Flower #603475

Tints of Honey Flower #603475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 36.23%
G = 19.62%
B = 44.15%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603475 (or 0x603475) is known color: Honey Flower. HEX triplet: 60, 34 and 75. RGB value is (96,52,117). Sum of RGB (Red+Green+Blue) = 96+52+117=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #603475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603475 is #9FCB8A. Grayscale: #484848. Windows color (decimal): -10472331 or 7681120. OLE color: 7681120.

HSL color Cylindrical-coordinate representation of color #603475: hue angle of 280.62º degrees, saturation: 0.38, 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 #603475 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 52 117 -
CMYK 0.18 0.56 0 0.54
HSL 280.62º 0.38% 0.33% -
HSV(B) 280.62º 0.56% 0.46% -
XYZ 9.26 6.23 17.54 -
YUV 72.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 96 52 117 0.18 0.56 0 0.54 280.62 0.38 0.33
Hex 60 34 75 12 38 0 36 119 26 21
Octal 140 64 165 22 70 0 66 431 46 41
Binary 1100000 110100 1110101 10010 111000 0 110110 100011001 100110 100001

Color Harmonies of #603475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603475

Black with #603475

Text Example


Text Example

White with #603475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603475; }

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

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

background-color css

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

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

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

border-color css

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

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

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