#631B97

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

Shades of Kingfisher Daisy #631B97

Tints of Kingfisher Daisy #631B97

Color information

#631B97 (or 0x631B97) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1B and 97. RGB value is (99,27,151). Sum of RGB (Red+Green+Blue) = 99+27+151=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #631B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631B97 is #9CE468. Grayscale: #3E3E3E. Windows color (decimal): -10282089 or 9902947. OLE color: 9902947.

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

Color convert

RGB9927151-
CMYK0.340.8200.41
HSL274.84º69.66%34.9%-
HSV(B)274.84º82.12%59.22%-
XYZ11.125.6729.79-
YUV62.66177.85153.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 151 (59.38% from 255) = 54.51%
R=35.74%
G=9.75%
B=54.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99271510.340.8200.41274.8469.6634.9
Hex631B9722520291134623
Octal143332274212205142310643
Binary11000111101110010111100010101001001010011000100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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