Html Css Color HEX #60228D Kingfisher Daisy

📋 copy color: '#60228D'

red 96 ◦ green 34 ◦ blue 141

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

Shades of Kingfisher Daisy #60228D

Tints of Kingfisher Daisy #60228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 35.42%
G = 12.55%
B = 52.03%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60228D (or 0x60228D) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 8D. RGB value is (96,34,141). Sum of RGB (Red+Green+Blue) = 96+34+141=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #60228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60228D is #9FDD72. Grayscale: #404040. Windows color (decimal): -10476915 or 9249376. OLE color: 9249376.

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

Color convert

RGB 96 34 141 -
CMYK 0.32 0.76 0 0.45
HSL 274.77º 0.61% 0.34% -
HSV(B) 274.77º 0.76% 0.55% -
XYZ 10.2 5.55 25.73 -
YUV 64.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 96 34 141 0.32 0.76 0 0.45 274.77 0.61 0.34
Hex 60 22 8D 20 4C 0 2D 113 3D 22
Octal 140 42 215 40 114 0 55 423 75 42
Binary 1100000 100010 10001101 100000 1001100 0 101101 100010011 111101 100010

Color Harmonies of #60228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60228D

Black with #60228D

Text Example


Text Example

White with #60228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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