Html Css Color HEX #603487 Kingfisher Daisy

📋 copy color: '#603487'

red 96 ◦ green 52 ◦ blue 135

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

Shades of Kingfisher Daisy #603487

Tints of Kingfisher Daisy #603487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 135 (53.13% from 255) = 47.7%

R = 33.92%
G = 18.37%
B = 47.7%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#603487 (or 0x603487) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 87. RGB value is (96,52,135). Sum of RGB (Red+Green+Blue) = 96+52+135=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #603487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603487 is #9FCB78. Grayscale: #4A4A4A. Windows color (decimal): -10472313 or 8860768. OLE color: 8860768.

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

Color convert

RGB 96 52 135 -
CMYK 0.29 0.61 0 0.47
HSL 271.81º 0.44% 0.37% -
HSV(B) 271.81º 0.61% 0.53% -
XYZ 10.43 6.69 23.66 -
YUV 74.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 96 52 135 0.29 0.61 0 0.47 271.81 0.44 0.37
Hex 60 34 87 1D 3D 0 2F 110 2C 25
Octal 140 64 207 35 75 0 57 420 54 45
Binary 1100000 110100 10000111 11101 111101 0 101111 100010000 101100 100101

Color Harmonies of #603487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603487

Black with #603487

Text Example


Text Example

White with #603487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603487; }

 p { color: rgb(96,52,135); }

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

background-color css

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

 a { background-color: rgb(96,52,135); }

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

border-color css

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

 span { border-color: rgb(96,52,135); }

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