Html Css Color HEX #631A99 Kingfisher Daisy

📋 copy color: '#631A99'

red 99 ◦ green 26 ◦ blue 153

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

Shades of Kingfisher Daisy #631A99

Tints of Kingfisher Daisy #631A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 35.61%
G = 9.35%
B = 55.04%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#631A99 (or 0x631A99) is known color: Kingfisher Daisy. HEX triplet: 63, 1A and 99. RGB value is (99,26,153). Sum of RGB (Red+Green+Blue) = 99+26+153=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #631A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631A99 is #9CE566. Grayscale: #3D3D3D. Windows color (decimal): -10282343 or 10033763. OLE color: 10033763.

HSL color Cylindrical-coordinate representation of color #631A99: hue angle of 274.49º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631A99 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 26 153 -
CMYK 0.35 0.83 0 0.4
HSL 274.49º 0.71% 0.35% -
HSV(B) 274.49º 0.83% 0.6% -
XYZ 11.26 5.69 30.64 -
YUV 62.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 99 26 153 0.35 0.83 0 0.4 274.49 0.71 0.35
Hex 63 1A 99 23 53 0 28 112 47 23
Octal 143 32 231 43 123 0 50 422 107 43
Binary 1100011 11010 10011001 100011 1010011 0 101000 100010010 1000111 100011

Color Harmonies of #631A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A99

Black with #631A99

Text Example


Text Example

White with #631A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,153); }

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

background-color css

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

 a { background-color: rgb(99,26,153); }

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

border-color css

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

 span { border-color: rgb(99,26,153); }

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