#602B83

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

Shades of Kingfisher Daisy #602B83

Tints of Kingfisher Daisy #602B83

Color information

#602B83 (or 0x602B83) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2B and 83. RGB value is (96,43,131). Sum of RGB (Red+Green+Blue) = 96+43+131=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #602B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B83 is #9FD47C. Grayscale: #444444. Windows color (decimal): -10474621 or 8596320. OLE color: 8596320.

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

Color convert

RGB9643131-
CMYK0.270.6700.49
HSL276.14º50.57%34.12%-
HSV(B)276.14º67.18%51.37%-
XYZ9.785.8522.09-
YUV68.88163.06147.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=35.56%
G=15.93%
B=48.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96431310.270.6700.49276.1450.5734.12
Hex602B831B430311143322
Octal14053203331030614246342
Binary1100000101011100000111101110000110110001100010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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