#631C96

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

Shades of Kingfisher Daisy #631C96

Tints of Kingfisher Daisy #631C96

Color information

#631C96 (or 0x631C96) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1C and 96. RGB value is (99,28,150). Sum of RGB (Red+Green+Blue) = 99+28+150=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #631C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C96 is #9CE369. Grayscale: #3E3E3E. Windows color (decimal): -10281834 or 9837667. OLE color: 9837667.

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

Color convert

RGB9928150-
CMYK0.340.8100.41
HSL274.92º68.54%34.9%-
HSV(B)274.92º81.33%58.82%-
XYZ11.075.6929.37-
YUV63.14177.02153.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=35.74%
G=10.11%
B=54.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99281500.340.8100.41274.9268.5434.9
Hex631C9622510291134523
Octal143342264212105142310543
Binary11000111110010010110100010101000101010011000100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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