#631E8D

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

Shades of Kingfisher Daisy #631E8D

Tints of Kingfisher Daisy #631E8D

Color information

#631E8D (or 0x631E8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1E and 8D. RGB value is (99,30,141). Sum of RGB (Red+Green+Blue) = 99+30+141=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #631E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631E8D is #9CE172. Grayscale: #3E3E3E. Windows color (decimal): -10281331 or 9248355. OLE color: 9248355.

HSL color Cylindrical-coordinate representation of color #631E8D: hue angle of 277.3º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631E8D is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9930141-
CMYK0.300.7900.45
HSL277.3º64.91%33.53%-
HSV(B)277.3º78.72%55.29%-
XYZ10.425.525.71-
YUV63.28171.86153.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=36.67%
G=11.11%
B=52.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99301410.300.7900.45277.364.9133.53
Hex631E8D1E4F02D1154122
Octal143362153611705542510142
Binary1100011111101000110111110100111101011011000101011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,30,141); }

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

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

 a { background-color: rgb(99,30,141); }

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

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

 span { border-color: rgb(99,30,141); }

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