#633486

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

Shades of Kingfisher Daisy #633486

Tints of Kingfisher Daisy #633486

Color information

#633486 (or 0x633486) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 34 and 86. RGB value is (99,52,134). Sum of RGB (Red+Green+Blue) = 99+52+134=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #633486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633486 is #9CCB79. Grayscale: #4B4B4B. Windows color (decimal): -10275706 or 8795235. OLE color: 8795235.

HSL color Cylindrical-coordinate representation of color #633486: hue angle of 274.39º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #633486 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9952134-
CMYK0.260.6100.47
HSL274.39º44.09%36.47%-
HSV(B)274.39º61.19%52.55%-
XYZ10.686.8323.31-
YUV75.4161.07144.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=34.74%
G=18.25%
B=47.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99521340.260.6100.47274.3944.0936.47
Hex6334861A3D02F1122c24
Octal1436420632750574225444
Binary110001111010010000110110101111010101111100010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633486; }

 p { color: rgb(99,52,134); }

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

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

 a { background-color: rgb(99,52,134); }

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

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

 span { border-color: rgb(99,52,134); }

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