Html Css Color HEX #631D91 Kingfisher Daisy

📋 copy color: '#631D91'

red 99 ◦ green 29 ◦ blue 145

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

Shades of Kingfisher Daisy #631D91

Tints of Kingfisher Daisy #631D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

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

R = 36.26%
G = 10.62%
B = 53.11%

CMYK

 C value IS 0.32

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#631D91 (or 0x631D91) is known color: Kingfisher Daisy. HEX triplet: 63, 1D and 91. RGB value is (99,29,145). Sum of RGB (Red+Green+Blue) = 99+29+145=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #631D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D91 is #9CE26E. Grayscale: #3E3E3E. Windows color (decimal): -10281583 or 9510243. OLE color: 9510243.

HSL color Cylindrical-coordinate representation of color #631D91: hue angle of 276.21º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631D91 is Cyan = 0.32, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 29 145 -
CMYK 0.32 0.8 0 0.43
HSL 276.21º 0.67% 0.34% -
HSV(B) 276.21º 0.8% 0.57% -
XYZ 10.7 5.58 27.3 -
YUV 63.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 99 29 145 0.32 0.8 0 0.43 276.21 0.67 0.34
Hex 63 1D 91 20 50 0 2B 114 43 22
Octal 143 35 221 40 120 0 53 424 103 42
Binary 1100011 11101 10010001 100000 1010000 0 101011 100010100 1000011 100010

Color Harmonies of #631D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D91

Black with #631D91

Text Example


Text Example

White with #631D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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