#602985

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

Shades of Kingfisher Daisy #602985

Tints of Kingfisher Daisy #602985

Color information

#602985 (or 0x602985) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 29 and 85. RGB value is (96,41,133). Sum of RGB (Red+Green+Blue) = 96+41+133=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #602985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602985 is #9FD67A. Grayscale: #434343. Windows color (decimal): -10475131 or 8726880. OLE color: 8726880.

HSL color Cylindrical-coordinate representation of color #602985: hue angle of 275.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602985 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9641133-
CMYK0.280.6900.48
HSL275.87º52.87%34.12%-
HSV(B)275.87º69.17%52.16%-
XYZ9.855.7722.78-
YUV67.93164.72148.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=35.56%
G=15.19%
B=49.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96411330.280.6900.48275.8752.8734.12
Hex6029851C450301143522
Octal14051205341050604246542
Binary1100000101001100001011110010001010110000100010100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602985; }

 p { color: rgb(96,41,133); }

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

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

 a { background-color: rgb(96,41,133); }

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

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

 span { border-color: rgb(96,41,133); }

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