Html Css Color HEX #60327C Kingfisher Daisy

📋 copy color: '#60327C'

red 96 ◦ green 50 ◦ blue 124

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

Shades of Kingfisher Daisy #60327C

Tints of Kingfisher Daisy #60327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 35.56%
G = 18.52%
B = 45.93%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60327C (or 0x60327C) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 7C. RGB value is (96,50,124). Sum of RGB (Red+Green+Blue) = 96+50+124=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #60327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60327C is #9FCD83. Grayscale: #474747. Windows color (decimal): -10472836 or 8139360. OLE color: 8139360.

HSL color Cylindrical-coordinate representation of color #60327C: hue angle of 277.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60327C is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 50 124 -
CMYK 0.23 0.60 0 0.51
HSL 277.3º 0.43% 0.34% -
HSV(B) 277.3º 0.6% 0.49% -
XYZ 9.6 6.22 19.76 -
YUV 72.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 96 50 124 0.23 0.60 0 0.51 277.3 0.43 0.34
Hex 60 32 7C 17 3C 0 33 115 2B 22
Octal 140 62 174 27 74 0 63 425 53 42
Binary 1100000 110010 1111100 10111 111100 0 110011 100010101 101011 100010

Color Harmonies of #60327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60327C

Black with #60327C

Text Example


Text Example

White with #60327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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