#631982

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

Shades of Kingfisher Daisy #631982

Tints of Kingfisher Daisy #631982

Color information

#631982 (or 0x631982) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 19 and 82. RGB value is (99,25,130). Sum of RGB (Red+Green+Blue) = 99+25+130=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #631982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631982 is #9CE67D. Grayscale: #3A3A3A. Windows color (decimal): -10282622 or 8526179. OLE color: 8526179.

HSL color Cylindrical-coordinate representation of color #631982: hue angle of 282.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631982 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9925130-
CMYK0.240.8100.49
HSL282.29º67.74%30.39%-
HSV(B)282.29º80.77%50.98%-
XYZ9.524.9621.57-
YUV59.1168.02156.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=38.98%
G=9.84%
B=51.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99251300.240.8100.49282.2967.7430.39
Hex631982185103111a441e
Octal143312023012106143210436
Binary110001111001100000101100010100010110001100011010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631982; }

 p { color: rgb(99,25,130); }

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

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

 a { background-color: rgb(99,25,130); }

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

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

 span { border-color: rgb(99,25,130); }

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