#631A93

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

Shades of Kingfisher Daisy #631A93

Tints of Kingfisher Daisy #631A93

Color information

#631A93 (or 0x631A93) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1A and 93. RGB value is (99,26,147). Sum of RGB (Red+Green+Blue) = 99+26+147=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #631A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631A93 is #9CE56C. Grayscale: #3D3D3D. Windows color (decimal): -10282349 or 9640547. OLE color: 9640547.

HSL color Cylindrical-coordinate representation of color #631A93: hue angle of 276.2º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631A93 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9926147-
CMYK0.330.8200.42
HSL276.2º69.94%33.92%-
HSV(B)276.2º82.31%57.65%-
XYZ10.785.528.1-
YUV61.62176.18154.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=36.40%
G=9.56%
B=54.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99261470.330.8200.42276.269.9433.92
Hex631A93215202A1144622
Octal143322234112205242410642
Binary11000111101010010011100001101001001010101000101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,147); }

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

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

 a { background-color: rgb(99,26,147); }

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

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

 span { border-color: rgb(99,26,147); }

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