Html Css Color HEX #632086 Kingfisher Daisy

📋 copy color: '#632086'

red 99 ◦ green 32 ◦ blue 134

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

Shades of Kingfisher Daisy #632086

Tints of Kingfisher Daisy #632086

RGB

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

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

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

R = 37.36%
G = 12.08%
B = 50.57%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#632086 (or 0x632086) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 86. RGB value is (99,32,134). Sum of RGB (Red+Green+Blue) = 99+32+134=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #632086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632086 is #9CDF79. Grayscale: #3F3F3F. Windows color (decimal): -10280826 or 8790115. OLE color: 8790115.

HSL color Cylindrical-coordinate representation of color #632086: hue angle of 279.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632086 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 32 134 -
CMYK 0.26 0.76 0 0.47
HSL 279.41º 0.61% 0.33% -
HSV(B) 279.41º 0.76% 0.53% -
XYZ 9.97 5.41 23.07 -
YUV 63.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 99 32 134 0.26 0.76 0 0.47 279.41 0.61 0.33
Hex 63 20 86 1A 4C 0 2F 117 3D 21
Octal 143 40 206 32 114 0 57 427 75 41
Binary 1100011 100000 10000110 11010 1001100 0 101111 100010111 111101 100001

Color Harmonies of #632086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632086

Black with #632086

Text Example


Text Example

White with #632086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632086; }

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

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

background-color css

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

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

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

border-color css

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

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

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