Html Css Color HEX #60287C Kingfisher Daisy

📋 copy color: '#60287C'

red 96 ◦ green 40 ◦ blue 124

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

Shades of Kingfisher Daisy #60287C

Tints of Kingfisher Daisy #60287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 36.92%
G = 15.38%
B = 47.69%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60287C (or 0x60287C) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 7C. RGB value is (96,40,124). Sum of RGB (Red+Green+Blue) = 96+40+124=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #60287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60287C is #9FD783. Grayscale: #424242. Windows color (decimal): -10475396 or 8136800. OLE color: 8136800.

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

Color convert

RGB 96 40 124 -
CMYK 0.23 0.68 0 0.51
HSL 280º 0.51% 0.32% -
HSV(B) 280º 0.68% 0.49% -
XYZ 9.22 5.46 19.64 -
YUV 66.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 96 40 124 0.23 0.68 0 0.51 280 0.51 0.32
Hex 60 28 7C 17 44 0 33 118 33 20
Octal 140 50 174 27 104 0 63 430 63 40
Binary 1100000 101000 1111100 10111 1000100 0 110011 100011000 110011 100000

Color Harmonies of #60287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60287C

Black with #60287C

Text Example


Text Example

White with #60287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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