Html Css Color HEX #60247D Kingfisher Daisy

📋 copy color: '#60247D'

red 96 ◦ green 36 ◦ blue 125

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

Shades of Kingfisher Daisy #60247D

Tints of Kingfisher Daisy #60247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 37.35%
G = 14.01%
B = 48.64%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60247D (or 0x60247D) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 7D. RGB value is (96,36,125). Sum of RGB (Red+Green+Blue) = 96+36+125=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #60247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60247D is #9FDB82. Grayscale: #3F3F3F. Windows color (decimal): -10476419 or 8201312. OLE color: 8201312.

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

Color convert

RGB 96 36 125 -
CMYK 0.23 0.71 0 0.51
HSL 280.45º 0.55% 0.32% -
HSV(B) 280.45º 0.71% 0.49% -
XYZ 9.16 5.23 19.93 -
YUV 64.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 96 36 125 0.23 0.71 0 0.51 280.45 0.55 0.32
Hex 60 24 7D 17 47 0 33 118 37 20
Octal 140 44 175 27 107 0 63 430 67 40
Binary 1100000 100100 1111101 10111 1000111 0 110011 100011000 110111 100000

Color Harmonies of #60247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60247D

Black with #60247D

Text Example


Text Example

White with #60247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60247D; }

 p { color: rgb(96,36,125); }

 H1.HeaderClassName
 {
   color: #60247D;
 }
 .AnyTagClassName
 {
   color: #60247D;
 }
</style>

background-color css

<style>
 a { background-color: #60247D; }

 a { background-color: rgb(96,36,125); }

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

border-color css

<style>
 span { border-color: #60247D; }

 span { border-color: rgb(96,36,125); }

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