#602693

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

Shades of Kingfisher Daisy #602693

Tints of Kingfisher Daisy #602693

Color information

#602693 (or 0x602693) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 26 and 93. RGB value is (96,38,147). Sum of RGB (Red+Green+Blue) = 96+38+147=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #602693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602693 is #9FD96C. Grayscale: #434343. Windows color (decimal): -10475885 or 9643616. OLE color: 9643616.

HSL color Cylindrical-coordinate representation of color #602693: hue angle of 271.93º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602693 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9638147-
CMYK0.350.7400.42
HSL271.93º58.92%36.27%-
HSV(B)271.93º74.15%57.65%-
XYZ10.785.9828.19-
YUV67.77172.72148.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=34.16%
G=13.52%
B=52.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96381470.350.7400.42271.9358.9236.27
Hex602693234A02A1103b24
Octal14046223431120524207344
Binary11000001001101001001110001110010100101010100010000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602693; }

 p { color: rgb(96,38,147); }

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

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

 a { background-color: rgb(96,38,147); }

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

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

 span { border-color: rgb(96,38,147); }

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