Html Css Color HEX #603874 Honey Flower

📋 copy color: '#603874'

red 96 ◦ green 56 ◦ blue 116

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

Shades of Honey Flower #603874

Tints of Honey Flower #603874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 35.82%
G = 20.9%
B = 43.28%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#603874 (or 0x603874) is known color: Honey Flower. HEX triplet: 60, 38 and 74. RGB value is (96,56,116). Sum of RGB (Red+Green+Blue) = 96+56+116=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #603874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603874 is #9FC78B. Grayscale: #4A4A4A. Windows color (decimal): -10471308 or 7616608. OLE color: 7616608.

HSL color Cylindrical-coordinate representation of color #603874: hue angle of 280º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603874 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 56 116 -
CMYK 0.17 0.52 0 0.55
HSL 280º 0.35% 0.34% -
HSV(B) 280º 0.52% 0.45% -
XYZ 9.39 6.58 17.3 -
YUV 74.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 96 56 116 0.17 0.52 0 0.55 280 0.35 0.34
Hex 60 38 74 11 34 0 37 118 23 22
Octal 140 70 164 21 64 0 67 430 43 42
Binary 1100000 111000 1110100 10001 110100 0 110111 100011000 100011 100010

Color Harmonies of #603874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603874

Black with #603874

Text Example


Text Example

White with #603874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603874; }

 p { color: rgb(96,56,116); }

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

background-color css

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

 a { background-color: rgb(96,56,116); }

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

border-color css

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

 span { border-color: rgb(96,56,116); }

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