#602E8C

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

Shades of Kingfisher Daisy #602E8C

Tints of Kingfisher Daisy #602E8C

Color information

#602E8C (or 0x602E8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2E and 8C. RGB value is (96,46,140). Sum of RGB (Red+Green+Blue) = 96+46+140=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #602E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602E8C is #9FD173. Grayscale: #474747. Windows color (decimal): -10473844 or 9186912. OLE color: 9186912.

HSL color Cylindrical-coordinate representation of color #602E8C: hue angle of 271.91º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602E8C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9646140-
CMYK0.310.6700.45
HSL271.91º50.54%36.47%-
HSV(B)271.91º67.14%54.9%-
XYZ10.536.3325.48-
YUV71.67166.56145.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 46 (18.36% from 255) = 16.31%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=34.04%
G=16.31%
B=49.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96461400.310.6700.45271.9150.5436.47
Hex602E8C1F4302D1103324
Octal14056214371030554206344
Binary1100000101110100011001111110000110101101100010000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E8C; }

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

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

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

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

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

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

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

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