Html Css Color HEX #635385 Butterfly Bush

📋 copy color: '#635385'

red 99 ◦ green 83 ◦ blue 133

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

Shades of Butterfly Bush #635385

Tints of Butterfly Bush #635385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 31.43%
G = 26.35%
B = 42.22%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635385 (or 0x635385) is known color: Butterfly Bush. HEX triplet: 63, 53 and 85. RGB value is (99,83,133). Sum of RGB (Red+Green+Blue) = 99+83+133=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #635385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635385 is #9CAC7A. Grayscale: #5D5D5D. Windows color (decimal): -10267771 or 8737635. OLE color: 8737635.

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

Color convert

RGB 99 83 133 -
CMYK 0.26 0.38 0 0.48
HSL 259.2º 0.23% 0.42% -
HSV(B) 259.2º 0.38% 0.52% -
XYZ 12.47 10.53 23.57 -
YUV 93.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 99 83 133 0.26 0.38 0 0.48 259.2 0.23 0.42
Hex 63 53 85 1A 26 0 30 103 17 2A
Octal 143 123 205 32 46 0 60 403 27 52
Binary 1100011 1010011 10000101 11010 100110 0 110000 100000011 10111 101010

Color Harmonies of #635385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635385

Black with #635385

Text Example


Text Example

White with #635385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635385; }

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

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

background-color css

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

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

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

border-color css

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

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

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