#632694

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

Shades of Kingfisher Daisy #632694

Tints of Kingfisher Daisy #632694

Color information

#632694 (or 0x632694) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 26 and 94. RGB value is (99,38,148). Sum of RGB (Red+Green+Blue) = 99+38+148=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #632694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632694 is #9CD96B. Grayscale: #444444. Windows color (decimal): -10279276 or 9709155. OLE color: 9709155.

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

Color convert

RGB9938148-
CMYK0.330.7400.42
HSL273.27º59.14%36.47%-
HSV(B)273.27º74.32%58.04%-
XYZ11.186.1828.62-
YUV68.78172.71149.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=34.74%
G=13.33%
B=51.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99381480.330.7400.42273.2759.1436.47
Hex632694214A02A1113b24
Octal14346224411120524217344
Binary11000111001101001010010000110010100101010100010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632694; }

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

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

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

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

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

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

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

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