Html Css Color HEX #603F74 Honey Flower

📋 copy color: '#603F74'

red 96 ◦ green 63 ◦ blue 116

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

Shades of Honey Flower #603F74

Tints of Honey Flower #603F74

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

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

R = 34.91%
G = 22.91%
B = 42.18%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#603F74 (or 0x603F74) is known color: Honey Flower. HEX triplet: 60, 3F and 74. RGB value is (96,63,116). Sum of RGB (Red+Green+Blue) = 96+63+116=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #603F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F74 is #9FC08B. Grayscale: #4E4E4E. Windows color (decimal): -10469516 or 7618400. OLE color: 7618400.

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

Color convert

RGB 96 63 116 -
CMYK 0.17 0.46 0 0.55
HSL 277.36º 0.3% 0.35% -
HSV(B) 277.36º 0.46% 0.45% -
XYZ 9.75 7.3 17.42 -
YUV 78.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 96 63 116 0.17 0.46 0 0.55 277.36 0.3 0.35
Hex 60 3F 74 11 2E 0 37 115 1E 23
Octal 140 77 164 21 56 0 67 425 36 43
Binary 1100000 111111 1110100 10001 101110 0 110111 100010101 11110 100011

Color Harmonies of #603F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F74

Black with #603F74

Text Example


Text Example

White with #603F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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