Html Css Color HEX #631A95 Kingfisher Daisy

📋 copy color: '#631A95'

red 99 ◦ green 26 ◦ blue 149

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

Shades of Kingfisher Daisy #631A95

Tints of Kingfisher Daisy #631A95

RGB

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

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

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

R = 36.13%
G = 9.49%
B = 54.38%

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

#631A95 (or 0x631A95) is known color: Kingfisher Daisy. HEX triplet: 63, 1A and 95. RGB value is (99,26,149). Sum of RGB (Red+Green+Blue) = 99+26+149=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #631A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631A95 is #9CE56A. Grayscale: #3D3D3D. Windows color (decimal): -10282347 or 9771619. OLE color: 9771619.

HSL color Cylindrical-coordinate representation of color #631A95: hue angle of 275.61º degrees, saturation: 0.7, 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 #631A95 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 26 149 -
CMYK 0.34 0.83 0 0.42
HSL 275.61º 0.7% 0.34% -
HSV(B) 275.61º 0.83% 0.58% -
XYZ 10.94 5.56 28.93 -
YUV 61.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 99 26 149 0.34 0.83 0 0.42 275.61 0.7 0.34
Hex 63 1A 95 22 53 0 2A 114 46 22
Octal 143 32 225 42 123 0 52 424 106 42
Binary 1100011 11010 10010101 100010 1010011 0 101010 100010100 1000110 100010

Color Harmonies of #631A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A95

Black with #631A95

Text Example


Text Example

White with #631A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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