#632185

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

Shades of Kingfisher Daisy #632185

Tints of Kingfisher Daisy #632185

Color information

#632185 (or 0x632185) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 21 and 85. RGB value is (99,33,133). Sum of RGB (Red+Green+Blue) = 99+33+133=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #632185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632185 is #9CDE7A. Grayscale: #3F3F3F. Windows color (decimal): -10280571 or 8724835. OLE color: 8724835.

HSL color Cylindrical-coordinate representation of color #632185: hue angle of 279.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632185 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9933133-
CMYK0.260.7500.48
HSL279.6º60.24%32.55%-
HSV(B)279.6º75.19%52.16%-
XYZ9.925.4322.72-
YUV64.13166.87152.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=37.36%
G=12.45%
B=50.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99331330.260.7500.48279.660.2432.55
Hex6321851A4B0301183c21
Octal14341205321130604307441
Binary1100011100001100001011101010010110110000100011000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632185; }

 p { color: rgb(99,33,133); }

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

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

 a { background-color: rgb(99,33,133); }

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

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

 span { border-color: rgb(99,33,133); }

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