Html Css Color HEX #60288C Kingfisher Daisy

📋 copy color: '#60288C'

red 96 ◦ green 40 ◦ blue 140

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

Shades of Kingfisher Daisy #60288C

Tints of Kingfisher Daisy #60288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.72%

R = 34.78%
G = 14.49%
B = 50.72%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60288C (or 0x60288C) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 8C. RGB value is (96,40,140). Sum of RGB (Red+Green+Blue) = 96+40+140=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #60288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60288C is #9FD773. Grayscale: #434343. Windows color (decimal): -10475380 or 9185376. OLE color: 9185376.

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

Color convert

RGB 96 40 140 -
CMYK 0.31 0.71 0 0.45
HSL 273.6º 0.56% 0.35% -
HSV(B) 273.6º 0.71% 0.55% -
XYZ 10.32 5.9 25.41 -
YUV 68.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 96 40 140 0.31 0.71 0 0.45 273.6 0.56 0.35
Hex 60 28 8C 1F 47 0 2D 112 38 23
Octal 140 50 214 37 107 0 55 422 70 43
Binary 1100000 101000 10001100 11111 1000111 0 101101 100010010 111000 100011

Color Harmonies of #60288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60288C

Black with #60288C

Text Example


Text Example

White with #60288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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