Html Css Color HEX #60287F Kingfisher Daisy

📋 copy color: '#60287F'

red 96 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #60287F

Tints of Kingfisher Daisy #60287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.29%

R = 36.5%
G = 15.21%
B = 48.29%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60287F (or 0x60287F) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 7F. RGB value is (96,40,127). Sum of RGB (Red+Green+Blue) = 96+40+127=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #60287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60287F is #9FD780. Grayscale: #424242. Windows color (decimal): -10475393 or 8333408. OLE color: 8333408.

HSL color Cylindrical-coordinate representation of color #60287F: hue angle of 278.62º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60287F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 40 127 -
CMYK 0.24 0.69 0 0.50
HSL 278.62º 0.52% 0.33% -
HSV(B) 278.62º 0.69% 0.5% -
XYZ 9.41 5.54 20.65 -
YUV 66.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 96 40 127 0.24 0.69 0 0.50 278.62 0.52 0.33
Hex 60 28 7F 18 45 0 32 117 34 21
Octal 140 50 177 30 105 0 62 427 64 41
Binary 1100000 101000 1111111 11000 1000101 0 110010 100010111 110100 100001

Color Harmonies of #60287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60287F

Black with #60287F

Text Example


Text Example

White with #60287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60287F; }

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

 H1.HeaderClassName
 {
   color: #60287F;
 }
 .AnyTagClassName
 {
   color: #60287F;
 }
</style>

background-color css

<style>
 a { background-color: #60287F; }

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

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

border-color css

<style>
 span { border-color: #60287F; }

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

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