#602383

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

Shades of Kingfisher Daisy #602383

Tints of Kingfisher Daisy #602383

Color information

#602383 (or 0x602383) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 23 and 83. RGB value is (96,35,131). Sum of RGB (Red+Green+Blue) = 96+35+131=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #602383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602383 is #9FDC7C. Grayscale: #3F3F3F. Windows color (decimal): -10476669 or 8594272. OLE color: 8594272.

HSL color Cylindrical-coordinate representation of color #602383: hue angle of 278.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602383 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9635131-
CMYK0.270.7300.49
HSL278.12º57.83%32.55%-
HSV(B)278.12º73.28%51.37%-
XYZ9.525.3322-
YUV64.18165.71150.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 131 (51.56% from 255) = 50%
R=36.64%
G=13.36%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96351310.270.7300.49278.1257.8332.55
Hex6023831B490311163a21
Octal14043203331110614267241
Binary1100000100011100000111101110010010110001100010110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602383; }

 p { color: rgb(96,35,131); }

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

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

 a { background-color: rgb(96,35,131); }

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

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

 span { border-color: rgb(96,35,131); }

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