#631B85

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

Shades of Kingfisher Daisy #631B85

Tints of Kingfisher Daisy #631B85

Color information

#631B85 (or 0x631B85) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1B and 85. RGB value is (99,27,133). Sum of RGB (Red+Green+Blue) = 99+27+133=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #631B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631B85 is #9CE47A. Grayscale: #3C3C3C. Windows color (decimal): -10282107 or 8723299. OLE color: 8723299.

HSL color Cylindrical-coordinate representation of color #631B85: hue angle of 280.75º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631B85 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9927133-
CMYK0.260.8000.48
HSL280.75º66.25%31.37%-
HSV(B)280.75º79.7%52.16%-
XYZ9.775.1322.67-
YUV60.61168.85155.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=38.22%
G=10.42%
B=51.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99271330.260.8000.48280.7566.2531.37
Hex631B851A50030119421f
Octal143332053212006043110237
Binary110001111011100001011101010100000110000100011001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,27,133); }

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

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

 a { background-color: rgb(99,27,133); }

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

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

 span { border-color: rgb(99,27,133); }

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