Html Css Color HEX #631995 Kingfisher Daisy

📋 copy color: '#631995'

red 99 ◦ green 25 ◦ blue 149

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

Shades of Kingfisher Daisy #631995

Tints of Kingfisher Daisy #631995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 36.26%
G = 9.16%
B = 54.58%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631995 (or 0x631995) is known color: Kingfisher Daisy. HEX triplet: 63, 19 and 95. RGB value is (99,25,149). Sum of RGB (Red+Green+Blue) = 99+25+149=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #631995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631995 is #9CE66A. Grayscale: #3C3C3C. Windows color (decimal): -10282603 or 9771363. OLE color: 9771363.

HSL color Cylindrical-coordinate representation of color #631995: hue angle of 275.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631995 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 25 149 -
CMYK 0.34 0.83 0 0.42
HSL 275.81º 0.71% 0.34% -
HSV(B) 275.81º 0.83% 0.58% -
XYZ 10.92 5.52 28.92 -
YUV 61.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 99 25 149 0.34 0.83 0 0.42 275.81 0.71 0.34
Hex 63 19 95 22 53 0 2A 114 47 22
Octal 143 31 225 42 123 0 52 424 107 42
Binary 1100011 11001 10010101 100010 1010011 0 101010 100010100 1000111 100010

Color Harmonies of #631995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631995

Black with #631995

Text Example


Text Example

White with #631995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631995; }

 p { color: rgb(99,25,149); }

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

background-color css

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

 a { background-color: rgb(99,25,149); }

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

border-color css

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

 span { border-color: rgb(99,25,149); }

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