Html Css Color HEX #603589 Kingfisher Daisy

📋 copy color: '#603589'

red 96 ◦ green 53 ◦ blue 137

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

Shades of Kingfisher Daisy #603589

Tints of Kingfisher Daisy #603589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

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

R = 33.57%
G = 18.53%
B = 47.9%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#603589 (or 0x603589) is known color: Kingfisher Daisy. HEX triplet: 60, 35 and 89. RGB value is (96,53,137). Sum of RGB (Red+Green+Blue) = 96+53+137=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #603589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603589 is #9FCA76. Grayscale: #4B4B4B. Windows color (decimal): -10472055 or 8992096. OLE color: 8992096.

HSL color Cylindrical-coordinate representation of color #603589: hue angle of 270.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603589 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 53 137 -
CMYK 0.30 0.61 0 0.46
HSL 270.71º 0.44% 0.37% -
HSV(B) 270.71º 0.61% 0.54% -
XYZ 10.61 6.84 24.43 -
YUV 75.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 96 53 137 0.30 0.61 0 0.46 270.71 0.44 0.37
Hex 60 35 89 1E 3D 0 2E 10F 2C 25
Octal 140 65 211 36 75 0 56 417 54 45
Binary 1100000 110101 10001001 11110 111101 0 101110 100001111 101100 100101

Color Harmonies of #603589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603589

Black with #603589

Text Example


Text Example

White with #603589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603589; }

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

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

background-color css

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

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

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

border-color css

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

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

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