Html Css Color HEX #60328F Kingfisher Daisy

📋 copy color: '#60328F'

red 96 ◦ green 50 ◦ blue 143

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

Shades of Kingfisher Daisy #60328F

Tints of Kingfisher Daisy #60328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 143 (56.25% from 255) = 49.48%

R = 33.22%
G = 17.3%
B = 49.48%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60328F (or 0x60328F) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 8F. RGB value is (96,50,143). Sum of RGB (Red+Green+Blue) = 96+50+143=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #60328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60328F is #9FCD70. Grayscale: #4A4A4A. Windows color (decimal): -10472817 or 9384544. OLE color: 9384544.

HSL color Cylindrical-coordinate representation of color #60328F: hue angle of 269.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60328F is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 50 143 -
CMYK 0.33 0.65 0 0.44
HSL 269.68º 0.48% 0.38% -
HSV(B) 269.68º 0.65% 0.56% -
XYZ 10.92 6.75 26.71 -
YUV 74.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 96 50 143 0.33 0.65 0 0.44 269.68 0.48 0.38
Hex 60 32 8F 21 41 0 2C 10E 30 26
Octal 140 62 217 41 101 0 54 416 60 46
Binary 1100000 110010 10001111 100001 1000001 0 101100 100001110 110000 100110

Color Harmonies of #60328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60328F

Black with #60328F

Text Example


Text Example

White with #60328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60328F; }

 p { color: rgb(96,50,143); }

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

background-color css

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

 a { background-color: rgb(96,50,143); }

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

border-color css

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

 span { border-color: rgb(96,50,143); }

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