#604283

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

Shades of Kingfisher Daisy #604283

Tints of Kingfisher Daisy #604283

Color information

#604283 (or 0x604283) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 42 and 83. RGB value is (96,66,131). Sum of RGB (Red+Green+Blue) = 96+66+131=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #604283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604283 is #9FBD7C. Grayscale: #525252. Windows color (decimal): -10468733 or 8602208. OLE color: 8602208.

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

Color convert

RGB9666131-
CMYK0.270.5000.49
HSL267.69º32.99%38.63%-
HSV(B)267.69º49.62%51.37%-
XYZ10.878.0222.45-
YUV82.38155.44137.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=32.76%
G=22.53%
B=44.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96661310.270.5000.49267.6932.9938.63
Hex6042831B3203110c2127
Octal14010220333620614144147
Binary1100000100001010000011110111100100110001100001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604283; }

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

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

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

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

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

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

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

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