#633280

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

Shades of Kingfisher Daisy #633280

Tints of Kingfisher Daisy #633280

Color information

#633280 (or 0x633280) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 32 and 80. RGB value is (99,50,128). Sum of RGB (Red+Green+Blue) = 99+50+128=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #633280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633280 is #9CCD7F. Grayscale: #494949. Windows color (decimal): -10276224 or 8401507. OLE color: 8401507.

HSL color Cylindrical-coordinate representation of color #633280: hue angle of 277.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #633280 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9950128-
CMYK0.230.6100.50
HSL277.69º43.82%34.9%-
HSV(B)277.69º60.94%50.2%-
XYZ10.186.4921.14-
YUV73.54158.73146.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=35.74%
G=18.05%
B=46.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99501280.230.6100.50277.6943.8234.9
Hex633280173D0321162c23
Octal1436220027750624265443
Binary110001111001010000000101111111010110010100010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633280; }

 p { color: rgb(99,50,128); }

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

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

 a { background-color: rgb(99,50,128); }

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

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

 span { border-color: rgb(99,50,128); }

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