#632894

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

Shades of Kingfisher Daisy #632894

Tints of Kingfisher Daisy #632894

Color information

#632894 (or 0x632894) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 28 and 94. RGB value is (99,40,148). Sum of RGB (Red+Green+Blue) = 99+40+148=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #632894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632894 is #9CD76B. Grayscale: #454545. Windows color (decimal): -10278764 or 9709667. OLE color: 9709667.

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

Color convert

RGB9940148-
CMYK0.330.7300.42
HSL272.78º57.45%36.86%-
HSV(B)272.78º72.97%58.04%-
XYZ11.256.3128.64-
YUV69.95172.05148.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=34.49%
G=13.94%
B=51.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99401480.330.7300.42272.7857.4536.86
Hex632894214902A1113925
Octal14350224411110524217145
Binary11000111010001001010010000110010010101010100010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632894; }

 p { color: rgb(99,40,148); }

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

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

 a { background-color: rgb(99,40,148); }

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

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

 span { border-color: rgb(99,40,148); }

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