Html Css Color HEX #631D8B Kingfisher Daisy

📋 copy color: '#631D8B'

red 99 ◦ green 29 ◦ blue 139

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

Shades of Kingfisher Daisy #631D8B

Tints of Kingfisher Daisy #631D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 37.08%
G = 10.86%
B = 52.06%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#631D8B (or 0x631D8B) is known color: Kingfisher Daisy. HEX triplet: 63, 1D and 8B. RGB value is (99,29,139). Sum of RGB (Red+Green+Blue) = 99+29+139=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #631D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D8B is #9CE274. Grayscale: #3E3E3E. Windows color (decimal): -10281589 or 9117027. OLE color: 9117027.

HSL color Cylindrical-coordinate representation of color #631D8B: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631D8B is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 29 139 -
CMYK 0.29 0.79 0 0.45
HSL 278.18º 0.65% 0.33% -
HSV(B) 278.18º 0.79% 0.55% -
XYZ 10.25 5.4 24.93 -
YUV 62.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 99 29 139 0.29 0.79 0 0.45 278.18 0.65 0.33
Hex 63 1D 8B 1D 4F 0 2D 116 41 21
Octal 143 35 213 35 117 0 55 426 101 41
Binary 1100011 11101 10001011 11101 1001111 0 101101 100010110 1000001 100001

Color Harmonies of #631D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D8B

Black with #631D8B

Text Example


Text Example

White with #631D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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