Html Css Color HEX #631C90 Kingfisher Daisy

📋 copy color: '#631C90'

red 99 ◦ green 28 ◦ blue 144

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

Shades of Kingfisher Daisy #631C90

Tints of Kingfisher Daisy #631C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 36.53%
G = 10.33%
B = 53.14%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#631C90 (or 0x631C90) is known color: Kingfisher Daisy. HEX triplet: 63, 1C and 90. RGB value is (99,28,144). Sum of RGB (Red+Green+Blue) = 99+28+144=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #631C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C90 is #9CE36F. Grayscale: #3E3E3E. Windows color (decimal): -10281840 or 9444451. OLE color: 9444451.

HSL color Cylindrical-coordinate representation of color #631C90: hue angle of 276.72º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631C90 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 28 144 -
CMYK 0.31 0.81 0 0.44
HSL 276.72º 0.67% 0.34% -
HSV(B) 276.72º 0.81% 0.56% -
XYZ 10.59 5.5 26.89 -
YUV 62.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 99 28 144 0.31 0.81 0 0.44 276.72 0.67 0.34
Hex 63 1C 90 1F 51 0 2C 115 43 22
Octal 143 34 220 37 121 0 54 425 103 42
Binary 1100011 11100 10010000 11111 1010001 0 101100 100010101 1000011 100010

Color Harmonies of #631C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C90

Black with #631C90

Text Example


Text Example

White with #631C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,28,144); }

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

background-color css

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

 a { background-color: rgb(99,28,144); }

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

border-color css

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

 span { border-color: rgb(99,28,144); }

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