Html Css Color HEX #60347C Kingfisher Daisy

📋 copy color: '#60347C'

red 96 ◦ green 52 ◦ blue 124

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

Shades of Kingfisher Daisy #60347C

Tints of Kingfisher Daisy #60347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.12%

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

R = 35.29%
G = 19.12%
B = 45.59%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60347C (or 0x60347C) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 7C. RGB value is (96,52,124). Sum of RGB (Red+Green+Blue) = 96+52+124=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #60347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60347C is #9FCB83. Grayscale: #494949. Windows color (decimal): -10472324 or 8139872. OLE color: 8139872.

HSL color Cylindrical-coordinate representation of color #60347C: hue angle of 276.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60347C is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 52 124 -
CMYK 0.23 0.58 0 0.51
HSL 276.67º 0.41% 0.35% -
HSV(B) 276.67º 0.58% 0.49% -
XYZ 9.69 6.4 19.79 -
YUV 73.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 96 52 124 0.23 0.58 0 0.51 276.67 0.41 0.35
Hex 60 34 7C 17 3A 0 33 115 29 23
Octal 140 64 174 27 72 0 63 425 51 43
Binary 1100000 110100 1111100 10111 111010 0 110011 100010101 101001 100011

Color Harmonies of #60347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60347C

Black with #60347C

Text Example


Text Example

White with #60347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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