Html Css Color HEX #603075 Honey Flower

📋 copy color: '#603075'

red 96 ◦ green 48 ◦ blue 117

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

Shades of Honey Flower #603075

Tints of Honey Flower #603075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

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

R = 36.78%
G = 18.39%
B = 44.83%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603075 (or 0x603075) is known color: Honey Flower. HEX triplet: 60, 30 and 75. RGB value is (96,48,117). Sum of RGB (Red+Green+Blue) = 96+48+117=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #603075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603075 is #9FCF8A. Grayscale: #454545. Windows color (decimal): -10473355 or 7680096. OLE color: 7680096.

HSL color Cylindrical-coordinate representation of color #603075: hue angle of 281.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603075 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 48 117 -
CMYK 0.18 0.59 0 0.54
HSL 281.74º 0.42% 0.32% -
HSV(B) 281.74º 0.59% 0.46% -
XYZ 9.09 5.89 17.49 -
YUV 70.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 96 48 117 0.18 0.59 0 0.54 281.74 0.42 0.32
Hex 60 30 75 12 3B 0 36 11A 2A 20
Octal 140 60 165 22 73 0 66 432 52 40
Binary 1100000 110000 1110101 10010 111011 0 110110 100011010 101010 100000

Color Harmonies of #603075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603075

Black with #603075

Text Example


Text Example

White with #603075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603075; }

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

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

background-color css

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

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

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

border-color css

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

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

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