#631F96

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

Shades of Kingfisher Daisy #631F96

Tints of Kingfisher Daisy #631F96

Color information

#631F96 (or 0x631F96) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1F and 96. RGB value is (99,31,150). Sum of RGB (Red+Green+Blue) = 99+31+150=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #631F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631F96 is #9CE069. Grayscale: #404040. Windows color (decimal): -10281066 or 9838435. OLE color: 9838435.

HSL color Cylindrical-coordinate representation of color #631F96: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631F96 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9931150-
CMYK0.340.7900.41
HSL274.29º65.75%35.49%-
HSV(B)274.29º79.33%58.82%-
XYZ11.145.8329.39-
YUV64.9176.03152.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=35.36%
G=11.07%
B=53.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99311500.340.7900.41274.2965.7535.49
Hex631F96224F0291124223
Octal143372264211705142210243
Binary11000111111110010110100010100111101010011000100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631F96; }

 p { color: rgb(99,31,150); }

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

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

 a { background-color: rgb(99,31,150); }

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

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

 span { border-color: rgb(99,31,150); }

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