Html Css Color HEX #603F77 Honey Flower

📋 copy color: '#603F77'

red 96 ◦ green 63 ◦ blue 119

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

Shades of Honey Flower #603F77

Tints of Honey Flower #603F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 34.53%
G = 22.66%
B = 42.81%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603F77 (or 0x603F77) is known color: Honey Flower. HEX triplet: 60, 3F and 77. RGB value is (96,63,119). Sum of RGB (Red+Green+Blue) = 96+63+119=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #603F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F77 is #9FC088. Grayscale: #4F4F4F. Windows color (decimal): -10469513 or 7815008. OLE color: 7815008.

HSL color Cylindrical-coordinate representation of color #603F77: hue angle of 275.36º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603F77 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 63 119 -
CMYK 0.19 0.47 0 0.53
HSL 275.36º 0.31% 0.36% -
HSV(B) 275.36º 0.47% 0.47% -
XYZ 9.93 7.37 18.35 -
YUV 79.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 96 63 119 0.19 0.47 0 0.53 275.36 0.31 0.36
Hex 60 3F 77 13 2F 0 35 113 1F 24
Octal 140 77 167 23 57 0 65 423 37 44
Binary 1100000 111111 1110111 10011 101111 0 110101 100010011 11111 100100

Color Harmonies of #603F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F77

Black with #603F77

Text Example


Text Example

White with #603F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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