Html Css Color HEX #60288D Kingfisher Daisy

📋 copy color: '#60288D'

red 96 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #60288D

Tints of Kingfisher Daisy #60288D

RGB

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

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

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

R = 34.66%
G = 14.44%
B = 50.9%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60288D (or 0x60288D) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 8D. RGB value is (96,40,141). Sum of RGB (Red+Green+Blue) = 96+40+141=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #60288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60288D is #9FD772. Grayscale: #434343. Windows color (decimal): -10475379 or 9250912. OLE color: 9250912.

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

Color convert

RGB 96 40 141 -
CMYK 0.32 0.72 0 0.45
HSL 273.27º 0.56% 0.35% -
HSV(B) 273.27º 0.72% 0.55% -
XYZ 10.39 5.93 25.8 -
YUV 68.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 96 40 141 0.32 0.72 0 0.45 273.27 0.56 0.35
Hex 60 28 8D 20 48 0 2D 111 38 23
Octal 140 50 215 40 110 0 55 421 70 43
Binary 1100000 101000 10001101 100000 1001000 0 101101 100010001 111000 100011

Color Harmonies of #60288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60288D

Black with #60288D

Text Example


Text Example

White with #60288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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