#60347E

Color #60347E Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #60347E

Tints of Kingfisher Daisy #60347E

Color information

#60347E (or 0x60347E) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 34 and 7E. RGB value is (96,52,126). Sum of RGB (Red+Green+Blue) = 96+52+126=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #60347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60347E is #9FCB81. Grayscale: #494949. Windows color (decimal): -10472322 or 8270944. OLE color: 8270944.

HSL color Cylindrical-coordinate representation of color #60347E: hue angle of 275.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60347E is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9652126-
CMYK0.240.5900.51
HSL275.68º41.57%34.9%-
HSV(B)275.68º58.73%49.41%-
XYZ9.826.4520.47-
YUV73.59157.58143.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=35.04%
G=18.98%
B=45.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96521260.240.5900.51275.6841.5734.9
Hex60347E183B0331142a23
Octal1406417630730634245243
Binary11000001101001111110110001110110110011100010100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60347E; }

 p { color: rgb(96,52,126); }

 H1.HeaderClassName
 {
   color: #60347E;
 }
 .AnyTagClassName
 {
   color: #60347E;
 }
</style>
background-color css

<style>
 a { background-color: #60347E; }

 a { background-color: rgb(96,52,126); }

 div.DivClassName
 {
   background-color: #60347E;
 }
 .BgClassName
 {
   background-color: #60347E;
 }
</style>
border-color css

<style>
 span { border-color: #60347E; }

 span { border-color: rgb(96,52,126); }

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