#602C7C

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

Shades of Kingfisher Daisy #602C7C

Tints of Kingfisher Daisy #602C7C

Color information

#602C7C (or 0x602C7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2C and 7C. RGB value is (96,44,124). Sum of RGB (Red+Green+Blue) = 96+44+124=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #602C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C7C is #9FD383. Grayscale: #444444. Windows color (decimal): -10474372 or 8137824. OLE color: 8137824.

HSL color Cylindrical-coordinate representation of color #602C7C: hue angle of 279º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602C7C is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9644124-
CMYK0.230.6500.51
HSL279º47.62%32.94%-
HSV(B)279º64.52%48.63%-
XYZ9.365.7419.68-
YUV68.67159.23147.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=36.36%
G=16.67%
B=46.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96441240.230.6500.5127947.6232.94
Hex602C7C17410331173021
Octal14054174271010634276041
Binary110000010110011111001011110000010110011100010111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,44,124); }

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

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

 a { background-color: rgb(96,44,124); }

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

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

 span { border-color: rgb(96,44,124); }

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