Html Css Color HEX #631D80 Kingfisher Daisy

📋 copy color: '#631D80'

red 99 ◦ green 29 ◦ blue 128

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

Shades of Kingfisher Daisy #631D80

Tints of Kingfisher Daisy #631D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50%

R = 38.67%
G = 11.33%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#631D80 (or 0x631D80) is known color: Kingfisher Daisy. HEX triplet: 63, 1D and 80. RGB value is (99,29,128). Sum of RGB (Red+Green+Blue) = 99+29+128=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #631D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D80 is #9CE27F. Grayscale: #3C3C3C. Windows color (decimal): -10281600 or 8396131. OLE color: 8396131.

HSL color Cylindrical-coordinate representation of color #631D80: hue angle of 282.42º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631D80 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 29 128 -
CMYK 0.23 0.77 0 0.50
HSL 282.42º 0.63% 0.31% -
HSV(B) 282.42º 0.77% 0.5% -
XYZ 9.48 5.09 20.9 -
YUV 61.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 99 29 128 0.23 0.77 0 0.50 282.42 0.63 0.31
Hex 63 1D 80 17 4D 0 32 11A 3F 1F
Octal 143 35 200 27 115 0 62 432 77 37
Binary 1100011 11101 10000000 10111 1001101 0 110010 100011010 111111 11111

Color Harmonies of #631D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D80

Black with #631D80

Text Example


Text Example

White with #631D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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