Html Css Color HEX #60257D Kingfisher Daisy

📋 copy color: '#60257D'

red 96 ◦ green 37 ◦ blue 125

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

Shades of Kingfisher Daisy #60257D

Tints of Kingfisher Daisy #60257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 37.21%
G = 14.34%
B = 48.45%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60257D (or 0x60257D) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 7D. RGB value is (96,37,125). Sum of RGB (Red+Green+Blue) = 96+37+125=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #60257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60257D is #9FDA82. Grayscale: #404040. Windows color (decimal): -10476163 or 8201568. OLE color: 8201568.

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

Color convert

RGB 96 37 125 -
CMYK 0.23 0.70 0 0.51
HSL 280.23º 0.54% 0.32% -
HSV(B) 280.23º 0.7% 0.49% -
XYZ 9.19 5.29 19.94 -
YUV 64.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 96 37 125 0.23 0.70 0 0.51 280.23 0.54 0.32
Hex 60 25 7D 17 46 0 33 118 36 20
Octal 140 45 175 27 106 0 63 430 66 40
Binary 1100000 100101 1111101 10111 1000110 0 110011 100011000 110110 100000

Color Harmonies of #60257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60257D

Black with #60257D

Text Example


Text Example

White with #60257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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