Html Css Color HEX #603B89 Kingfisher Daisy

📋 copy color: '#603B89'

red 96 ◦ green 59 ◦ blue 137

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

Shades of Kingfisher Daisy #603B89

Tints of Kingfisher Daisy #603B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 32.88%
G = 20.21%
B = 46.92%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#603B89 (or 0x603B89) is known color: Kingfisher Daisy. HEX triplet: 60, 3B and 89. RGB value is (96,59,137). Sum of RGB (Red+Green+Blue) = 96+59+137=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #603B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603B89 is #9FC476. Grayscale: #4E4E4E. Windows color (decimal): -10470519 or 8993632. OLE color: 8993632.

HSL color Cylindrical-coordinate representation of color #603B89: hue angle of 268.46º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603B89 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 59 137 -
CMYK 0.30 0.57 0 0.46
HSL 268.46º 0.4% 0.38% -
HSV(B) 268.46º 0.57% 0.54% -
XYZ 10.9 7.42 24.52 -
YUV 78.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 96 59 137 0.30 0.57 0 0.46 268.46 0.4 0.38
Hex 60 3B 89 1E 39 0 2E 10C 28 26
Octal 140 73 211 36 71 0 56 414 50 46
Binary 1100000 111011 10001001 11110 111001 0 101110 100001100 101000 100110

Color Harmonies of #603B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B89

Black with #603B89

Text Example


Text Example

White with #603B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,137); }

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

background-color css

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

 a { background-color: rgb(96,59,137); }

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

border-color css

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

 span { border-color: rgb(96,59,137); }

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