Html Css Color HEX #632886 Kingfisher Daisy

📋 copy color: '#632886'

red 99 ◦ green 40 ◦ blue 134

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

Shades of Kingfisher Daisy #632886

Tints of Kingfisher Daisy #632886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 36.26%
G = 14.65%
B = 49.08%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#632886 (or 0x632886) is known color: Kingfisher Daisy. HEX triplet: 63, 28 and 86. RGB value is (99,40,134). Sum of RGB (Red+Green+Blue) = 99+40+134=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #632886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632886 is #9CD779. Grayscale: #444444. Windows color (decimal): -10278778 or 8792163. OLE color: 8792163.

HSL color Cylindrical-coordinate representation of color #632886: hue angle of 277.66º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #632886 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 40 134 -
CMYK 0.26 0.70 0 0.47
HSL 277.66º 0.54% 0.34% -
HSV(B) 277.66º 0.7% 0.53% -
XYZ 10.21 5.89 23.15 -
YUV 68.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 99 40 134 0.26 0.70 0 0.47 277.66 0.54 0.34
Hex 63 28 86 1A 46 0 2F 116 36 22
Octal 143 50 206 32 106 0 57 426 66 42
Binary 1100011 101000 10000110 11010 1000110 0 101111 100010110 110110 100010

Color Harmonies of #632886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632886

Black with #632886

Text Example


Text Example

White with #632886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632886; }

 p { color: rgb(99,40,134); }

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

background-color css

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

 a { background-color: rgb(99,40,134); }

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

border-color css

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

 span { border-color: rgb(99,40,134); }

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