Html Css Color HEX #631D95 Kingfisher Daisy

📋 copy color: '#631D95'

red 99 ◦ green 29 ◦ blue 149

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

Shades of Kingfisher Daisy #631D95

Tints of Kingfisher Daisy #631D95

RGB

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

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

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

R = 35.74%
G = 10.47%
B = 53.79%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631D95 (or 0x631D95) is known color: Kingfisher Daisy. HEX triplet: 63, 1D and 95. RGB value is (99,29,149). Sum of RGB (Red+Green+Blue) = 99+29+149=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #631D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D95 is #9CE26A. Grayscale: #3F3F3F. Windows color (decimal): -10281579 or 9772387. OLE color: 9772387.

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

Color convert

RGB 99 29 149 -
CMYK 0.34 0.81 0 0.42
HSL 275º 0.67% 0.35% -
HSV(B) 275º 0.81% 0.58% -
XYZ 11.01 5.7 28.95 -
YUV 63.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 99 29 149 0.34 0.81 0 0.42 275 0.67 0.35
Hex 63 1D 95 22 51 0 2A 113 43 23
Octal 143 35 225 42 121 0 52 423 103 43
Binary 1100011 11101 10010101 100010 1010001 0 101010 100010011 1000011 100011

Color Harmonies of #631D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D95

Black with #631D95

Text Example


Text Example

White with #631D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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