#633085

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

Shades of Kingfisher Daisy #633085

Tints of Kingfisher Daisy #633085

Color information

#633085 (or 0x633085) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 30 and 85. RGB value is (99,48,133). Sum of RGB (Red+Green+Blue) = 99+48+133=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #633085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633085 is #9CCF7A. Grayscale: #484848. Windows color (decimal): -10276731 or 8728675. OLE color: 8728675.

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

Color convert

RGB9948133-
CMYK0.260.6400.48
HSL276º46.96%35.49%-
HSV(B)276º63.91%52.16%-
XYZ10.446.4622.89-
YUV72.94161.9146.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=35.36%
G=17.14%
B=47.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99481330.260.6400.4827646.9635.49
Hex6330851A400301142f23
Octal14360205321000604245743
Binary1100011110000100001011101010000000110000100010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633085; }

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

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

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

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

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

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

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

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