Html Css Color HEX #603380 Kingfisher Daisy

📋 copy color: '#603380'

red 96 ◦ green 51 ◦ blue 128

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

Shades of Kingfisher Daisy #603380

Tints of Kingfisher Daisy #603380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 34.91%
G = 18.55%
B = 46.55%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#603380 (or 0x603380) is known color: Kingfisher Daisy. HEX triplet: 60, 33 and 80. RGB value is (96,51,128). Sum of RGB (Red+Green+Blue) = 96+51+128=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #603380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603380 is #9FCC7F. Grayscale: #484848. Windows color (decimal): -10472576 or 8401760. OLE color: 8401760.

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

Color convert

RGB 96 51 128 -
CMYK 0.25 0.60 0 0.50
HSL 275.06º 0.43% 0.35% -
HSV(B) 275.06º 0.6% 0.5% -
XYZ 9.9 6.41 21.14 -
YUV 73.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 96 51 128 0.25 0.60 0 0.50 275.06 0.43 0.35
Hex 60 33 80 19 3C 0 32 113 2B 23
Octal 140 63 200 31 74 0 62 423 53 43
Binary 1100000 110011 10000000 11001 111100 0 110010 100010011 101011 100011

Color Harmonies of #603380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603380

Black with #603380

Text Example


Text Example

White with #603380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603380; }

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

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

background-color css

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

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

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

border-color css

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

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

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