Html Css Color HEX #603180 Kingfisher Daisy

📋 copy color: '#603180'

red 96 ◦ green 49 ◦ blue 128

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

Shades of Kingfisher Daisy #603180

Tints of Kingfisher Daisy #603180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 35.16%
G = 17.95%
B = 46.89%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#603180 (or 0x603180) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 80. RGB value is (96,49,128). Sum of RGB (Red+Green+Blue) = 96+49+128=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #603180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603180 is #9FCE7F. Grayscale: #474747. Windows color (decimal): -10473088 or 8401248. OLE color: 8401248.

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

Color convert

RGB 96 49 128 -
CMYK 0.25 0.62 0 0.50
HSL 275.7º 0.45% 0.35% -
HSV(B) 275.7º 0.62% 0.5% -
XYZ 9.82 6.24 21.11 -
YUV 72.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 96 49 128 0.25 0.62 0 0.50 275.7 0.45 0.35
Hex 60 31 80 19 3E 0 32 114 2D 23
Octal 140 61 200 31 76 0 62 424 55 43
Binary 1100000 110001 10000000 11001 111110 0 110010 100010100 101101 100011

Color Harmonies of #603180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603180

Black with #603180

Text Example


Text Example

White with #603180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603180; }

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

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

background-color css

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

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

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

border-color css

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

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

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