Html Css Color HEX #60258D Kingfisher Daisy

📋 copy color: '#60258D'

red 96 ◦ green 37 ◦ blue 141

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

Shades of Kingfisher Daisy #60258D

Tints of Kingfisher Daisy #60258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 35.04%
G = 13.5%
B = 51.46%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60258D (or 0x60258D) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 8D. RGB value is (96,37,141). Sum of RGB (Red+Green+Blue) = 96+37+141=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #60258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60258D is #9FDA72. Grayscale: #424242. Windows color (decimal): -10476147 or 9250144. OLE color: 9250144.

HSL color Cylindrical-coordinate representation of color #60258D: hue angle of 274.04º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60258D is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 37 141 -
CMYK 0.32 0.74 0 0.45
HSL 274.04º 0.58% 0.35% -
HSV(B) 274.04º 0.74% 0.55% -
XYZ 10.29 5.73 25.76 -
YUV 66.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 96 37 141 0.32 0.74 0 0.45 274.04 0.58 0.35
Hex 60 25 8D 20 4A 0 2D 112 3A 23
Octal 140 45 215 40 112 0 55 422 72 43
Binary 1100000 100101 10001101 100000 1001010 0 101101 100010010 111010 100011

Color Harmonies of #60258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60258D

Black with #60258D

Text Example


Text Example

White with #60258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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