Html Css Color HEX #603181 Kingfisher Daisy

📋 copy color: '#603181'

red 96 ◦ green 49 ◦ blue 129

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

Shades of Kingfisher Daisy #603181

Tints of Kingfisher Daisy #603181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 35.04%
G = 17.88%
B = 47.08%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603181 (or 0x603181) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 81. RGB value is (96,49,129). Sum of RGB (Red+Green+Blue) = 96+49+129=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #603181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603181 is #9FCE7E. Grayscale: #474747. Windows color (decimal): -10473087 or 8466784. OLE color: 8466784.

HSL color Cylindrical-coordinate representation of color #603181: hue angle of 275.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603181 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 49 129 -
CMYK 0.26 0.62 0 0.49
HSL 275.25º 0.45% 0.35% -
HSV(B) 275.25º 0.62% 0.51% -
XYZ 9.88 6.27 21.46 -
YUV 72.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 96 49 129 0.26 0.62 0 0.49 275.25 0.45 0.35
Hex 60 31 81 1A 3E 0 31 113 2D 23
Octal 140 61 201 32 76 0 61 423 55 43
Binary 1100000 110001 10000001 11010 111110 0 110001 100010011 101101 100011

Color Harmonies of #603181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603181

Black with #603181

Text Example


Text Example

White with #603181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603181; }

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

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

background-color css

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

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

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

border-color css

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

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

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