Html Css Color HEX #631D89 Kingfisher Daisy

📋 copy color: '#631D89'

red 99 ◦ green 29 ◦ blue 137

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

Shades of Kingfisher Daisy #631D89

Tints of Kingfisher Daisy #631D89

RGB

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

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

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

R = 37.36%
G = 10.94%
B = 51.7%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#631D89 (or 0x631D89) is known color: Kingfisher Daisy. HEX triplet: 63, 1D and 89. RGB value is (99,29,137). Sum of RGB (Red+Green+Blue) = 99+29+137=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #631D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D89 is #9CE276. Grayscale: #3D3D3D. Windows color (decimal): -10281591 or 8985955. OLE color: 8985955.

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

Color convert

RGB 99 29 137 -
CMYK 0.28 0.79 0 0.46
HSL 278.89º 0.65% 0.33% -
HSV(B) 278.89º 0.79% 0.54% -
XYZ 10.1 5.34 24.16 -
YUV 62.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 99 29 137 0.28 0.79 0 0.46 278.89 0.65 0.33
Hex 63 1D 89 1C 4F 0 2E 117 41 21
Octal 143 35 211 34 117 0 56 427 101 41
Binary 1100011 11101 10001001 11100 1001111 0 101110 100010111 1000001 100001

Color Harmonies of #631D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D89

Black with #631D89

Text Example


Text Example

White with #631D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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