#602E8A

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

Shades of Kingfisher Daisy #602E8A

Tints of Kingfisher Daisy #602E8A

Color information

#602E8A (or 0x602E8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2E and 8A. RGB value is (96,46,138). Sum of RGB (Red+Green+Blue) = 96+46+138=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #602E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602E8A is #9FD175. Grayscale: #474747. Windows color (decimal): -10473846 or 9055840. OLE color: 9055840.

HSL color Cylindrical-coordinate representation of color #602E8A: hue angle of 272.61º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602E8A is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9646138-
CMYK0.300.6700.46
HSL272.61º50%36.08%-
HSV(B)272.61º66.67%54.12%-
XYZ10.396.2824.71-
YUV71.44165.56145.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 46 (18.36% from 255) = 16.43%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=34.29%
G=16.43%
B=49.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96461380.300.6700.46272.615036.08
Hex602E8A1E4302E1113224
Octal14056212361030564216244
Binary1100000101110100010101111010000110101110100010001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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