Html Css Color HEX #632096 Kingfisher Daisy

📋 copy color: '#632096'

red 99 ◦ green 32 ◦ blue 150

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

Shades of Kingfisher Daisy #632096

Tints of Kingfisher Daisy #632096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 35.23%
G = 11.39%
B = 53.38%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#632096 (or 0x632096) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 96. RGB value is (99,32,150). Sum of RGB (Red+Green+Blue) = 99+32+150=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #632096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632096 is #9CDF69. Grayscale: #414141. Windows color (decimal): -10280810 or 9838691. OLE color: 9838691.

HSL color Cylindrical-coordinate representation of color #632096: hue angle of 274.07º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632096 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 32 150 -
CMYK 0.34 0.79 0 0.41
HSL 274.07º 0.65% 0.36% -
HSV(B) 274.07º 0.79% 0.59% -
XYZ 11.17 5.89 29.4 -
YUV 65.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 99 32 150 0.34 0.79 0 0.41 274.07 0.65 0.36
Hex 63 20 96 22 4F 0 29 112 41 24
Octal 143 40 226 42 117 0 51 422 101 44
Binary 1100011 100000 10010110 100010 1001111 0 101001 100010010 1000001 100100

Color Harmonies of #632096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632096

Black with #632096

Text Example


Text Example

White with #632096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632096; }

 p { color: rgb(99,32,150); }

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

background-color css

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

 a { background-color: rgb(99,32,150); }

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

border-color css

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

 span { border-color: rgb(99,32,150); }

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