Html Css Color HEX #631F89 Kingfisher Daisy

📋 copy color: '#631F89'

red 99 ◦ green 31 ◦ blue 137

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

Shades of Kingfisher Daisy #631F89

Tints of Kingfisher Daisy #631F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 37.08%
G = 11.61%
B = 51.31%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#631F89 (or 0x631F89) is known color: Kingfisher Daisy. HEX triplet: 63, 1F and 89. RGB value is (99,31,137). Sum of RGB (Red+Green+Blue) = 99+31+137=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #631F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631F89 is #9CE076. Grayscale: #3F3F3F. Windows color (decimal): -10281079 or 8986467. OLE color: 8986467.

HSL color Cylindrical-coordinate representation of color #631F89: hue angle of 278.49º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631F89 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 31 137 -
CMYK 0.28 0.77 0 0.46
HSL 278.49º 0.63% 0.33% -
HSV(B) 278.49º 0.77% 0.54% -
XYZ 10.15 5.44 24.18 -
YUV 63.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 99 31 137 0.28 0.77 0 0.46 278.49 0.63 0.33
Hex 63 1F 89 1C 4D 0 2E 116 3F 21
Octal 143 37 211 34 115 0 56 426 77 41
Binary 1100011 11111 10001001 11100 1001101 0 101110 100010110 111111 100001

Color Harmonies of #631F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F89

Black with #631F89

Text Example


Text Example

White with #631F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,137); }

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

background-color css

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

 a { background-color: rgb(99,31,137); }

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

border-color css

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

 span { border-color: rgb(99,31,137); }

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