Html Css Color HEX #631991 Kingfisher Daisy

📋 copy color: '#631991'

red 99 ◦ green 25 ◦ blue 145

#631991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #631991

Tints of Kingfisher Daisy #631991

RGB

 RED value IS 99 (39.06% from 255) = 36.8%

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 145 (57.03% from 255) = 53.9%

R = 36.8%
G = 9.29%
B = 53.9%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#631991 (or 0x631991) is known color: Kingfisher Daisy. HEX triplet: 63, 19 and 91. RGB value is (99,25,145). Sum of RGB (Red+Green+Blue) = 99+25+145=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #631991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631991 is #9CE66E. Grayscale: #3C3C3C. Windows color (decimal): -10282607 or 9509219. OLE color: 9509219.

HSL color Cylindrical-coordinate representation of color #631991: hue angle of 277º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631991 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 25 145 -
CMYK 0.32 0.83 0 0.43
HSL 277º 0.71% 0.33% -
HSV(B) 277º 0.83% 0.57% -
XYZ 10.6 5.39 27.27 -
YUV 60.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 99 25 145 0.32 0.83 0 0.43 277 0.71 0.33
Hex 63 19 91 20 53 0 2B 115 47 21
Octal 143 31 221 40 123 0 53 425 107 41
Binary 1100011 11001 10010001 100000 1010011 0 101011 100010101 1000111 100001

Color Harmonies of #631991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631991

Black with #631991

Text Example


Text Example

White with #631991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631991; }

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

 H1.HeaderClassName
 {
   color: #631991;
 }
 .AnyTagClassName
 {
   color: #631991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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