Html Css Color HEX #632185 Kingfisher Daisy

📋 copy color: '#632185'

red 99 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #632185

Tints of Kingfisher Daisy #632185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 37.36%
G = 12.45%
B = 50.19%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#632185 (or 0x632185) is known color: Kingfisher Daisy. HEX triplet: 63, 21 and 85. RGB value is (99,33,133). Sum of RGB (Red+Green+Blue) = 99+33+133=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #632185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632185 is #9CDE7A. Grayscale: #3F3F3F. Windows color (decimal): -10280571 or 8724835. OLE color: 8724835.

HSL color Cylindrical-coordinate representation of color #632185: hue angle of 279.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632185 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 33 133 -
CMYK 0.26 0.75 0 0.48
HSL 279.6º 0.6% 0.33% -
HSV(B) 279.6º 0.75% 0.52% -
XYZ 9.92 5.43 22.72 -
YUV 64.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 99 33 133 0.26 0.75 0 0.48 279.6 0.6 0.33
Hex 63 21 85 1A 4B 0 30 118 3C 21
Octal 143 41 205 32 113 0 60 430 74 41
Binary 1100011 100001 10000101 11010 1001011 0 110000 100011000 111100 100001

Color Harmonies of #632185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632185

Black with #632185

Text Example


Text Example

White with #632185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632185; }

 p { color: rgb(99,33,133); }

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

background-color css

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

 a { background-color: rgb(99,33,133); }

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

border-color css

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

 span { border-color: rgb(99,33,133); }

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