Html Css Color HEX #60328E Kingfisher Daisy

📋 copy color: '#60328E'

red 96 ◦ green 50 ◦ blue 142

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

Shades of Kingfisher Daisy #60328E

Tints of Kingfisher Daisy #60328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.31%

R = 33.33%
G = 17.36%
B = 49.31%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60328E (or 0x60328E) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 8E. RGB value is (96,50,142). Sum of RGB (Red+Green+Blue) = 96+50+142=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #60328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60328E is #9FCD71. Grayscale: #494949. Windows color (decimal): -10472818 or 9319008. OLE color: 9319008.

HSL color Cylindrical-coordinate representation of color #60328E: hue angle of 270º 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 #60328E is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 50 142 -
CMYK 0.32 0.65 0 0.44
HSL 270º 0.48% 0.38% -
HSV(B) 270º 0.65% 0.56% -
XYZ 10.85 6.72 26.32 -
YUV 74.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 96 50 142 0.32 0.65 0 0.44 270 0.48 0.38
Hex 60 32 8E 20 41 0 2C 10E 30 26
Octal 140 62 216 40 101 0 54 416 60 46
Binary 1100000 110010 10001110 100000 1000001 0 101100 100001110 110000 100110

Color Harmonies of #60328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60328E

Black with #60328E

Text Example


Text Example

White with #60328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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