Html Css Color HEX #633285 Kingfisher Daisy

📋 copy color: '#633285'

red 99 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #633285

Tints of Kingfisher Daisy #633285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 35.11%
G = 17.73%
B = 47.16%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#633285 (or 0x633285) is known color: Kingfisher Daisy. HEX triplet: 63, 32 and 85. RGB value is (99,50,133). Sum of RGB (Red+Green+Blue) = 99+50+133=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #633285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633285 is #9CCD7A. Grayscale: #494949. Windows color (decimal): -10276219 or 8729187. OLE color: 8729187.

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

Color convert

RGB 99 50 133 -
CMYK 0.26 0.62 0 0.48
HSL 275.42º 0.45% 0.36% -
HSV(B) 275.42º 0.62% 0.52% -
XYZ 10.52 6.63 22.92 -
YUV 74.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 99 50 133 0.26 0.62 0 0.48 275.42 0.45 0.36
Hex 63 32 85 1A 3E 0 30 113 2D 24
Octal 143 62 205 32 76 0 60 423 55 44
Binary 1100011 110010 10000101 11010 111110 0 110000 100010011 101101 100100

Color Harmonies of #633285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633285

Black with #633285

Text Example


Text Example

White with #633285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633285; }

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

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

background-color css

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

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

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

border-color css

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

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

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