Html Css Color HEX #603186 Kingfisher Daisy

📋 copy color: '#603186'

red 96 ◦ green 49 ◦ blue 134

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

Shades of Kingfisher Daisy #603186

Tints of Kingfisher Daisy #603186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 34.41%
G = 17.56%
B = 48.03%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#603186 (or 0x603186) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 86. RGB value is (96,49,134). Sum of RGB (Red+Green+Blue) = 96+49+134=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #603186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603186 is #9FCE79. Grayscale: #484848. Windows color (decimal): -10473082 or 8794464. OLE color: 8794464.

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

Color convert

RGB 96 49 134 -
CMYK 0.28 0.63 0 0.47
HSL 273.18º 0.46% 0.36% -
HSV(B) 273.18º 0.63% 0.53% -
XYZ 10.23 6.4 23.25 -
YUV 72.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 96 49 134 0.28 0.63 0 0.47 273.18 0.46 0.36
Hex 60 31 86 1C 3F 0 2F 111 2E 24
Octal 140 61 206 34 77 0 57 421 56 44
Binary 1100000 110001 10000110 11100 111111 0 101111 100010001 101110 100100

Color Harmonies of #603186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603186

Black with #603186

Text Example


Text Example

White with #603186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603186; }

 p { color: rgb(96,49,134); }

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

background-color css

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

 a { background-color: rgb(96,49,134); }

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

border-color css

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

 span { border-color: rgb(96,49,134); }

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