#633086

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

Shades of Kingfisher Daisy #633086

Tints of Kingfisher Daisy #633086

Color information

#633086 (or 0x633086) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 30 and 86. RGB value is (99,48,134). Sum of RGB (Red+Green+Blue) = 99+48+134=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #633086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633086 is #9CCF79. Grayscale: #484848. Windows color (decimal): -10276730 or 8794211. OLE color: 8794211.

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

Color convert

RGB9948134-
CMYK0.260.6400.47
HSL275.58º47.25%35.69%-
HSV(B)275.58º64.18%52.55%-
XYZ10.516.4923.25-
YUV73.05162.4146.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=35.23%
G=17.08%
B=47.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99481340.260.6400.47275.5847.2535.69
Hex6330861A4002F1142f24
Octal14360206321000574245744
Binary1100011110000100001101101010000000101111100010100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633086; }

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

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

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

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

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

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

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

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