Html Css Color HEX #60297C Kingfisher Daisy

📋 copy color: '#60297C'

red 96 ◦ green 41 ◦ blue 124

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

Shades of Kingfisher Daisy #60297C

Tints of Kingfisher Daisy #60297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 36.78%
G = 15.71%
B = 47.51%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60297C (or 0x60297C) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 7C. RGB value is (96,41,124). Sum of RGB (Red+Green+Blue) = 96+41+124=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #60297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60297C is #9FD683. Grayscale: #424242. Windows color (decimal): -10475140 or 8137056. OLE color: 8137056.

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

Color convert

RGB 96 41 124 -
CMYK 0.23 0.67 0 0.51
HSL 279.76º 0.5% 0.32% -
HSV(B) 279.76º 0.67% 0.49% -
XYZ 9.25 5.53 19.65 -
YUV 66.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 96 41 124 0.23 0.67 0 0.51 279.76 0.5 0.32
Hex 60 29 7C 17 43 0 33 118 32 20
Octal 140 51 174 27 103 0 63 430 62 40
Binary 1100000 101001 1111100 10111 1000011 0 110011 100011000 110010 100000

Color Harmonies of #60297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60297C

Black with #60297C

Text Example


Text Example

White with #60297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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